Parcourir la source

qcacmn: Fix misleading-indentation build error

This change fixes build errors with compiler option
-Werror=misleading-indentation.

Change-Id: I56e0921b1319852109d978cf239b54c2941a0e8e
CRs-Fixed: 2353199
jiad il y a 6 ans
Parent
commit
5eb6276a46
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      dp/wifi3.0/dp_peer.c

+ 2 - 1
dp/wifi3.0/dp_peer.c

@@ -682,10 +682,11 @@ add_ast_entry:
 				(struct cdp_peer *)peer,
 				mac_addr,
 				next_node_mac,
-				flags))
+				flags)) {
 			if (peer_ref_cnt)
 				dp_peer_unref_delete(peer);
 			return 0;
+		}
 	}
 
 	if (peer_ref_cnt)