Code

whitespace fixups
authorbryce <bryce@users.sourceforge.net>
Mon, 31 Dec 2007 10:19:24 +0000 (10:19 +0000)
committerbryce <bryce@users.sourceforge.net>
Mon, 31 Dec 2007 10:19:24 +0000 (10:19 +0000)
buildtool.cpp

index 88ed65d2f970415da9f4f8beebcb48d969dc70a9..5d0eb429c0296bfcffc5ddc44747730b8a4fc10c 100644 (file)
  * To use this file, compile with:
  * <pre>
  * 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"