qcacmn: Fix misleading-indentation build error
This change fixes build errors with compiler option -Werror=misleading-indentation. Change-Id: I56e0921b1319852109d978cf239b54c2941a0e8e CRs-Fixed: 2353199
This commit is contained in:
@@ -682,10 +682,11 @@ add_ast_entry:
|
|||||||
(struct cdp_peer *)peer,
|
(struct cdp_peer *)peer,
|
||||||
mac_addr,
|
mac_addr,
|
||||||
next_node_mac,
|
next_node_mac,
|
||||||
flags))
|
flags)) {
|
||||||
if (peer_ref_cnt)
|
if (peer_ref_cnt)
|
||||||
dp_peer_unref_delete(peer);
|
dp_peer_unref_delete(peer);
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (peer_ref_cnt)
|
if (peer_ref_cnt)
|
||||||
|
Reference in New Issue
Block a user