diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-03 11:23:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-03 11:23:35 +0200 |
commit | 22417a44283c9a0768c99eaa8fc83ebaae95f359 (patch) | |
tree | ab6f76b3064620a85e4493f82a8f861d0676d9f4 | |
parent | 8ec498a0b1a6daf9f1e7f9e89512a43a7da760ec (diff) |
Use idiomatic separated scope-qualification for pub_hdrs variable
-rw-r--r-- | bdep/new.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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'; } |