lib: eliminate odd line-break

Signed-off-by: Hiroki Shirokura <slank.dev@gmail.com>
This commit is contained in:
Hiroki Shirokura 2021-03-22 00:57:03 +00:00 committed by Mark Stapp
parent fbaa42f744
commit 8dcb27e6d9

View File

@ -2785,8 +2785,7 @@ int srv6_manager_connect(struct zclient *zclient)
zlog_debug("SRv6 Manager connect request sent (%d bytes)", ret);
/* read response */
if (zclient_read_sync_response(zclient, cmd)
!= 0)
if (zclient_read_sync_response(zclient, cmd) != 0)
return -1;
s = zclient->ibuf;