mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: whitespace issues introduced by last 2 PRs
Solution: fix them
This commit is contained in:
parent
cad2423d82
commit
6ec1a6f2af
@ -89,7 +89,6 @@ fi
|
||||
# Check whether to build a with debug symbols
|
||||
LIBZMQ_CHECK_ENABLE_DEBUG
|
||||
|
||||
|
||||
# Check whether to enable code coverage
|
||||
LIBZMQ_WITH_GCOV
|
||||
|
||||
@ -109,7 +108,7 @@ AC_RUN_IFELSE(
|
||||
memset(&topsrv, 0, sizeof(topsrv));
|
||||
topsrv.family = AF_TIPC;
|
||||
topsrv.addrtype = TIPC_ADDR_NAME;
|
||||
topsrv.addr.name.domain = tipc_addr (10, 10, 10);
|
||||
topsrv.addr.name.domain = tipc_addr (10, 10, 10);
|
||||
topsrv.addr.name.name.type = TIPC_TOP_SRV;
|
||||
topsrv.addr.name.name.instance = TIPC_TOP_SRV;
|
||||
fcntl(sd, F_SETFL, O_NONBLOCK);
|
||||
@ -195,7 +194,7 @@ case "${host_os}" in
|
||||
case "${host_os}" in
|
||||
*android*)
|
||||
AC_DEFINE(ZMQ_HAVE_ANDROID, 1, [Have Android OS])
|
||||
libzmq_on_android="yes"
|
||||
libzmq_on_android="yes"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user