diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-16 17:20:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-16 17:20:43 +0200 |
commit | cc12ed4245a2b61f4c4eb2a970398c920fbc1d37 (patch) | |
tree | 5e2a31bfc94323c403f1c7705e4468f60ff645b7 | |
parent | 7967542a0bc1331e809d13e04c06f1ec124fcf0b (diff) |
Whitespace cleanup
-rw-r--r-- | build2/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/buildfile b/build2/buildfile index bea1dee..f166ecd 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -17,8 +17,8 @@ exe{b}: \ {hxx cxx}{ function } \ { cxx}{ functions-builtin } \ { cxx}{ functions-path } \ - { cxx}{ functions-process-path } \ - { cxx}{ functions-string } \ + { cxx}{ functions-process-path } \ + { cxx}{ functions-string } \ {hxx cxx}{ lexer } \ {hxx cxx}{ module } \ {hxx ixx cxx}{ name } \ |