batman-adv: Fix indentation of multiline statements
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
This commit is contained in:

committed by
Marek Lindner

parent
fdc8ff1011
commit
7c64fd98ce
@@ -397,7 +397,7 @@ void softif_neigh_purge(struct bat_priv *bat_priv)
|
||||
&softif_neigh_vid->softif_neigh_list,
|
||||
list) {
|
||||
if ((!has_timed_out(softif_neigh->last_seen,
|
||||
SOFTIF_NEIGH_TIMEOUT)) &&
|
||||
SOFTIF_NEIGH_TIMEOUT)) &&
|
||||
(atomic_read(&bat_priv->mesh_state) == MESH_ACTIVE))
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user