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:
jiad
2018-11-19 14:07:53 +08:00
committed by nshrivas
parent 9fb7b7813a
commit 5eb6276a46

View File

@@ -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)