From 57c4e39dcb8eb6013e22cfe82597111c5c6a55af Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 Feb 2018 09:53:46 +0200 Subject: Regularize directory target/scope-specific variable assignment syntax --- build2/dump.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/dump.cxx') 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; -- cgit v1.1