Skip to content

Commit 6ec1a6f

Browse files
committed
Problem: whitespace issues introduced by last 2 PRs
Solution: fix them
1 parent cad2423 commit 6ec1a6f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

configure.ac

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ fi
8989
# Check whether to build a with debug symbols
9090
LIBZMQ_CHECK_ENABLE_DEBUG
9191

92-
9392
# Check whether to enable code coverage
9493
LIBZMQ_WITH_GCOV
9594

@@ -109,7 +108,7 @@ AC_RUN_IFELSE(
109108
memset(&topsrv, 0, sizeof(topsrv));
110109
topsrv.family = AF_TIPC;
111110
topsrv.addrtype = TIPC_ADDR_NAME;
112-
topsrv.addr.name.domain = tipc_addr (10, 10, 10);
111+
topsrv.addr.name.domain = tipc_addr (10, 10, 10);
113112
topsrv.addr.name.name.type = TIPC_TOP_SRV;
114113
topsrv.addr.name.name.instance = TIPC_TOP_SRV;
115114
fcntl(sd, F_SETFL, O_NONBLOCK);
@@ -195,7 +194,7 @@ case "${host_os}" in
195194
case "${host_os}" in
196195
*android*)
197196
AC_DEFINE(ZMQ_HAVE_ANDROID, 1, [Have Android OS])
198-
libzmq_on_android="yes"
197+
libzmq_on_android="yes"
199198
;;
200199
esac
201200
;;

0 commit comments

Comments
 (0)