From: bryce Date: Mon, 31 Dec 2007 10:19:24 +0000 (+0000) Subject: whitespace fixups X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c54bf8763a2f5ed1d0547a1bc71304f1bf1af55;p=inkscape.git whitespace fixups --- 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"