mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
17-ify namespaces
This commit is contained in:
@@ -16,11 +16,7 @@
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
|
||||
namespace fair
|
||||
{
|
||||
namespace mq
|
||||
{
|
||||
namespace test
|
||||
namespace fair::mq::test
|
||||
{
|
||||
|
||||
inline auto control(FairMQDevice& device) -> void
|
||||
@@ -64,8 +60,6 @@ struct PluginServices : ::testing::Test {
|
||||
std::thread fRunStateMachineThread;
|
||||
};
|
||||
|
||||
} /* namespace test */
|
||||
} /* namespace mq */
|
||||
} /* namespace fair */
|
||||
} // namespace fair::mq::test
|
||||
|
||||
#endif /* FAIR_MQ_TEST_FIXTURE */
|
||||
|
Reference in New Issue
Block a user