uid_wrapper: Fix Tab/indent error with python3
[ambi/samba-autobuild/.git] / third_party / uid_wrapper / wscript
index b1dc3792bc36d1db930881155c2bfcc607764693..61d8a189625fe56f272c36e75e6e8bb22601b422 100644 (file)
@@ -59,13 +59,13 @@ def configure(conf):
             addmain=False,
             strict=True,
             msg='Checking for printf format validation support')
-       # Prototype checks
-       conf.CHECK_C_PROTOTYPE('setgroups',
-                       'int setgroups(int ngroups, const gid_t *grouplist)',
-                       define='HAVE_SETGROUPS_INT', headers='unistd.h sys/types.h')
-       conf.CHECK_C_PROTOTYPE('syscall',
-                       'int syscall(int number, ...)',
-                       define='HAVE_SYSCALL_INT', headers='unistd.h sys/syscall.h')
+        # Prototype checks
+        conf.CHECK_C_PROTOTYPE('setgroups',
+                'int setgroups(int ngroups, const gid_t *grouplist)',
+        define='HAVE_SETGROUPS_INT', headers='unistd.h sys/types.h')
+        conf.CHECK_C_PROTOTYPE('syscall',
+                'int syscall(int number, ...)',
+        define='HAVE_SYSCALL_INT', headers='unistd.h sys/syscall.h')
 
         if (sys.platform.rfind('linux') > -1):
             conf.CHECK_CODE('''