From 22417a44283c9a0768c99eaa8fc83ebaae95f359 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 May 2021 11:23:35 +0200 Subject: Use idiomatic separated scope-qualification for pub_hdrs variable --- bdep/new.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdep/new.cxx b/bdep/new.cxx index 0b4fd56..51a5308 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -2406,7 +2406,7 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args) << '\n'; if (!binless) - os << "pub_hdrs = $($pub/pub_hdrs)" << '\n' + os << "pub_hdrs = $($pub/ pub_hdrs)" << '\n' << '\n'; } -- cgit v1.1