summaryrefslogtreecommitdiff
path: root/lib/texpect
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-01-15 12:37:59 +0100
committerJeremy Allison <jra@samba.org>2020-01-15 21:25:34 +0000
commit4fabe1d1072147c609f2e8a2c86da04724564cb2 (patch)
treef10096feea4fc63cfd8bc10d274424b4296c9bad /lib/texpect
parent4371982619d4fb0b784813950055a0f19e0e8667 (diff)
downloadsamba-4fabe1d1072147c609f2e8a2c86da04724564cb2.tar.gz
texpect: Reformat long line
There will be more deps soon Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/texpect')
-rw-r--r--lib/texpect/wscript5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/texpect/wscript b/lib/texpect/wscript
index aaa3104f1ed..cf6071cd3c5 100644
--- a/lib/texpect/wscript
+++ b/lib/texpect/wscript
@@ -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)