From 3d504b8a63c51737ed162add75a93d3a725445f3 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 18 May 2012 15:02:31 +0200 Subject: s3:build: fix some spacing in wscript_build --- source3/wscript_build | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index f41401f1d6..02049e29ad 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -545,12 +545,12 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_authinfo_structs.c torture/test_smbsock_any_connect.c torture/test_cleanup.c - torture/test_ctdbconn.c - torture/test_msg.c - torture/test_notify.c - lib/tevent_barrier.c - torture/test_dbwrap_watch.c - torture/test_idmap_tdb_common.c + torture/test_ctdbconn.c + torture/test_msg.c + torture/test_notify.c + lib/tevent_barrier.c + torture/test_dbwrap_watch.c + torture/test_idmap_tdb_common.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} ${LOCKING_SRC} ${FNAME_UTIL_SRC} -- cgit