From: Volker Lendecke Date: Wed, 15 Jan 2020 11:37:59 +0000 (+0100) Subject: texpect: Reformat long line X-Git-Tag: samba-4.12.0rc1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fabe1d1072147c609f2e8a2c86da04724564cb2;p=thirdparty%2Fsamba.git texpect: Reformat long line There will be more deps soon Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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)