mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-18 01:59:31 +01:00
scan: Fix confusing identation
This commit is contained in:
parent
e609981b61
commit
95c05d447b
12
src/scan.c
12
src/scan.c
@ -259,12 +259,12 @@ static void scan_triggered(struct l_genl_msg *msg, void *userdata)
|
||||
if (sr->trigger) {
|
||||
sr->trigger(0, sr->userdata);
|
||||
|
||||
/*
|
||||
* Reset callback for the consequent scan triggerings of the
|
||||
* multi-segmented scans.
|
||||
*/
|
||||
sr->trigger = NULL;
|
||||
}
|
||||
/*
|
||||
* Reset callback for the consequent scan triggerings of the
|
||||
* multi-segmented scans.
|
||||
*/
|
||||
sr->trigger = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
struct scan_freq_append_data {
|
||||
|
Loading…
Reference in New Issue
Block a user