texpect: Reformat long line
[vlendec/samba-autobuild/.git] / 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)