diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2007-12-31 10:19:24 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2007-12-31 10:19:24 +0000 |
| commit | 92d7bc27d59339c68569d61a71385756d694ce58 (patch) | |
| tree | 9aacda93328027586071200f439cc26d14b7b849 /buildtool.cpp | |
| parent | Add default CC metadata and license to preferences. (diff) | |
| download | inkscape-92d7bc27d59339c68569d61a71385756d694ce58.tar.gz inkscape-92d7bc27d59339c68569d61a71385756d694ce58.zip | |
whitespace fixups
(bzr r4347)
Diffstat (limited to 'buildtool.cpp')
| -rw-r--r-- | buildtool.cpp | 10 |
1 files 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: * <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" |
