s3:waf: Reformat rpc_open_tcp
authorAndreas Schneider <asn@samba.org>
Tue, 22 Nov 2016 10:04:47 +0000 (11:04 +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 2871aa598a60628e8fcb644697025751a02d615b..fbfce285b832c0f72e0a85439899da4c02eea4ce 100755 (executable)
@@ -1300,8 +1300,9 @@ bld.SAMBA3_BINARY('timelimit',
 bld.SAMBA3_BINARY('rpc_open_tcp',
                  source='torture/rpc_open_tcp.c',
                  deps='''
-                 talloc
-                 msrpc3''',
+                      talloc
+                      msrpc3
+                      ''',
                  install=False)
 
 bld.SAMBA3_BINARY('vlp',