build: Add newlines for clarity
authorAndrew Bartlett <abartlet@samba.org>
Tue, 5 Jun 2012 04:39:15 +0000 (14:39 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 5 Jun 2012 07:48:06 +0000 (09:48 +0200)
source3/wscript

index 397718496aefed25cb971b1431234dfbd804d54c..9d8264ca87d94518e1c5a882e90da4efd2c245be 100755 (executable)
@@ -788,6 +788,7 @@ int i; i = PAM_RADIO_TYPE;
 ''',
                 'HAVE_LINUX_NETLINK_H',
                 msg="Checking whether Linux netlink is available"):
+
         conf.CHECK_CODE('''
 #include <bits/sockaddr.h>
 #include <linux/netlink.h>
@@ -795,6 +796,7 @@ int i; i = PAM_RADIO_TYPE;
 ''',
                 'HAVE_LINUX_RTNETLINK_H',
                 msg='Checking whether Linux rtnetlink is available')
+
     conf.CHECK_CODE('''
 #include "../tests/fcntl_lock.c"
 ''',