Browse Source

remove tabs

[SVN r21003]
Beman Dawes 22 years ago
parent
commit
a7a3eae100
1 changed files with 14 additions and 14 deletions
  1. 14 14
      tools/regression/build/Jamfile

+ 14 - 14
tools/regression/build/Jamfile

@@ -3,24 +3,24 @@
 subproject tools/regression/build ;
 
 exe process_jam_log
-	:
-	../process_jam_log.cpp ../detail/tiny_xml.cpp
-	<lib>../../../libs/filesystem/build/boost_filesystem
-	:
-	<sysinclude>$(BOOST_ROOT)
-	:
+        :
+        ../process_jam_log.cpp ../detail/tiny_xml.cpp
+        <lib>../../../libs/filesystem/build/boost_filesystem
+        :
+        <sysinclude>$(BOOST_ROOT)
+        :
         release
-	;
+        ;
 
 exe compiler_status
-	:
-	../compiler_status.cpp ../detail/tiny_xml.cpp
-	<lib>../../../libs/filesystem/build/boost_filesystem
-	:
-	<sysinclude>$(BOOST_ROOT)
-	:
+        :
+        ../compiler_status.cpp ../detail/tiny_xml.cpp
+        <lib>../../../libs/filesystem/build/boost_filesystem
+        :
+        <sysinclude>$(BOOST_ROOT)
+        :
         release
-	;
+        ;
 
 stage run
     :

粤ICP备19079148号