s3:waf: Reformat PASSCHANGE
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 09:53:39 +0000 (10:53 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 4 Dec 2016 15:35:20 +0000 (16:35 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/wscript_build

index ab2f890ccb0514d92ed2dc6c6ed37cf34acaeef6..895dd3e822e975551d39daeaf8c2ec5938ba8bf8 100755 (executable)
@@ -932,10 +932,12 @@ bld.SAMBA3_SUBSYSTEM('PLAINTEXT_AUTH',
 
 bld.SAMBA3_SUBSYSTEM('PASSCHANGE',
                     source='libsmb/passchange.c',
-                    deps='''LIBCLI_SAMR
-                    INIT_LSA
-                    msrpc3
-                    krb5samba''')
+                    deps='''
+                         LIBCLI_SAMR
+                         INIT_LSA
+                         msrpc3
+                         krb5samba
+                         ''')
 
 bld.SAMBA3_SUBSYSTEM('SAMBA_VERSION',
                     source='lib/version.c',