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:
@@ -14,11 +14,7 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace fair
|
||||
{
|
||||
namespace mq
|
||||
{
|
||||
namespace test
|
||||
namespace fair::mq::test
|
||||
{
|
||||
|
||||
class ErrorState : public FairMQDevice
|
||||
@@ -106,8 +102,6 @@ class ErrorState : public FairMQDevice
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace test
|
||||
} // namespace mq
|
||||
} // namespace fair
|
||||
} // namespace fair::mq::test
|
||||
|
||||
#endif /* FAIR_MQ_TEST_ERROR_STATE_H */
|
||||
|
Reference in New Issue
Block a user