From 95c05d447b97f31c028359628d4b3397346c2a59 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Wed, 21 Nov 2018 16:14:04 +0100 Subject: [PATCH] scan: Fix confusing identation --- src/scan.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/scan.c b/src/scan.c index 913058eb..f6188758 100644 --- a/src/scan.c +++ b/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 {