diff options
author | Michael Adam <obnox@samba.org> | 2012-05-18 15:02:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-05-31 04:46:05 +0200 |
commit | 3d504b8a63c51737ed162add75a93d3a725445f3 (patch) | |
tree | 6a7ff18db65ef2adfc665f84c06a13a710e65278 | |
parent | 5d1a8d2a31390762c471229c2b115147ad0857fe (diff) | |
download | samba-3d504b8a63c51737ed162add75a93d3a725445f3.tar.gz samba-3d504b8a63c51737ed162add75a93d3a725445f3.tar.bz2 samba-3d504b8a63c51737ed162add75a93d3a725445f3.zip |
s3:build: fix some spacing in wscript_build
-rwxr-xr-x | source3/wscript_build | 12 |
1 files changed, 6 insertions, 6 deletions
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} |