This change fixes build errors with compiler option -Werror=misleading-indentation. Change-Id: I56e0921b1319852109d978cf239b54c2941a0e8e CRs-Fixed: 2353199
@@ -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;
+ }
}