17-ify namespaces

This commit is contained in:
Alexey Rybalchenko
2021-01-13 15:45:38 +01:00
parent d9a5e82160
commit 4a09154a91
119 changed files with 280 additions and 847 deletions

View File

@@ -44,11 +44,7 @@ class LinePrinter
const string fPrefix;
};
namespace fair
{
namespace mq
{
namespace tools
namespace fair::mq::tools
{
/**
@@ -167,6 +163,4 @@ execute_result execute(const string& cmd, const string& prefix, const string& in
return result;
}
} /* namespace tools */
} /* namespace mq */
} /* namespace fair */
} // namespace fair::mq::tools