scan: Fix confusing identation

This commit is contained in:
Andrew Zaborowski 2018-11-21 16:14:04 +01:00 committed by Denis Kenzior
parent e609981b61
commit 95c05d447b
1 changed files with 6 additions and 6 deletions

View File

@ -259,12 +259,12 @@ static void scan_triggered(struct l_genl_msg *msg, void *userdata)
if (sr->trigger) { if (sr->trigger) {
sr->trigger(0, sr->userdata); sr->trigger(0, sr->userdata);
/* /*
* Reset callback for the consequent scan triggerings of the * Reset callback for the consequent scan triggerings of the
* multi-segmented scans. * multi-segmented scans.
*/ */
sr->trigger = NULL; sr->trigger = NULL;
} }
} }
struct scan_freq_append_data { struct scan_freq_append_data {