s3:waf: Reformat msg_source
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 10:03:22 +0000 (11:03 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 4 Dec 2016 15:35:21 +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 fcc9c788fd99a5fd6b18cc98dd76c844dca8ee85..d0b3264a1d5c308d1493ecdbc797dc1029765778 100755 (executable)
@@ -1256,8 +1256,9 @@ bld.SAMBA3_BINARY('msg_sink',
 bld.SAMBA3_BINARY('msg_source',
                  source='torture/msg_source.c',
                  deps='''
-                 talloc
-                 param''',
+                      talloc
+                      param
+                      ''',
                  install=False)
 
 bld.SAMBA3_BINARY('pdbtest',