s3:waf: Reformat msg_sink
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 10:03:02 +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 1ef7c8551d8d08fb3d19a6d4c2208f384f85d6f1..fcc9c788fd99a5fd6b18cc98dd76c844dca8ee85 100755 (executable)
@@ -1248,8 +1248,9 @@ bld.SAMBA3_BINARY('msgtest',
 bld.SAMBA3_BINARY('msg_sink',
                  source='torture/msg_sink.c',
                  deps='''
-                 talloc
-                 param''',
+                      talloc
+                      param
+                      ''',
                  install=False)
 
 bld.SAMBA3_BINARY('msg_source',