aboutsummaryrefslogtreecommitdiff
path: root/build2/dump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/dump.cxx')
-rw-r--r--build2/dump.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/dump.cxx b/build2/dump.cxx
index 263f1b5..07ca17c 100644
--- a/build2/dump.cxx
+++ b/build2/dump.cxx
@@ -340,7 +340,8 @@ namespace build2
os << ind << (rd.empty () ? dir_path (".") : rd);
}
- os << ":" << endl << ind << '{';
+ os << endl
+ << ind << '{';
const dir_path* orb (relative_base);
relative_base = &d;