From 0c54bf8763a2f5ed1d0547a1bc71304f1bf1af55 Mon Sep 17 00:00:00 2001 From: bryce Date: Mon, 31 Dec 2007 10:19:24 +0000 Subject: [PATCH] whitespace fixups --- buildtool.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildtool.cpp b/buildtool.cpp index 88ed65d2f..5d0eb429c 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -25,18 +25,18 @@ * To use this file, compile with: *
  * g++ -O3 buildtool.cpp -o btool.exe
- * (or whatever your compiler might be) 
+ * (or whatever your compiler might be)
  * Then
  * btool
- * or 
+ * or
  * btool {target}
- * 
+ *
  * Note: if you are using MinGW, and a not very recent version of it,
  * gettimeofday() might be missing.  If so, just build this file with
  * this command:
  * g++ -O3 -DNEED_GETTIMEOFDAY buildtool.cpp -o btool.exe
- *     
- */  
+ *
+ */
 
 #define BUILDTOOL_VERSION  "BuildTool v0.7.4, 2007 Bob Jamison"
 
-- 
2.30.2