From d49cf57143afbd50e87182dc6571e3fcf26ff0ee Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 26 Dec 2003 23:26:49 +0000 Subject: [PATCH] Fix tabs in file. [SVN r21399] --- v2/test/direct_request_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/direct_request_test.py b/v2/test/direct_request_test.py index 6307bd66b..3b0880e83 100644 --- a/v2/test/direct_request_test.py +++ b/v2/test/direct_request_test.py @@ -27,7 +27,7 @@ t.copy("b_inverse.cpp", "b.cpp") t.rm("bin") t.run_build_system(extra_args="release define=MACROS") - + # Regression test: direct build request was not working # when there's more than one level of 'build-project'