]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
texpect: Reformat long line
authorVolker Lendecke <vl@samba.org>
Wed, 15 Jan 2020 11:37:59 +0000 (12:37 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 15 Jan 2020 21:25:34 +0000 (21:25 +0000)
There will be more deps soon

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/texpect/wscript

index aaa3104f1edf03962d8280d29d39bfeba782b4c4..cf6071cd3c5c66781527a279f07f4dce2ae90cbb 100644 (file)
@@ -4,4 +4,7 @@ def configure(conf):
     conf.CHECK_FUNCS_IN('openpty', 'util', checklibc=True, headers='pty.h util.h bsd/libutil.h libutil.h')
 
 def build(bld):
-    bld.SAMBA_BINARY('texpect', 'texpect.c', deps='popt util replace', for_selftest=True)
+    bld.SAMBA_BINARY('texpect',
+                     'texpect.c',
+                     deps='popt util replace',
+                     for_selftest=True)