clang-tidy: modernize-concat-nested-namespaces (NFC)

This commit is contained in:
Peter Johnson
2020-12-28 01:19:59 -08:00
parent 67e03e625d
commit 6131f4e32b
162 changed files with 324 additions and 656 deletions

View File

@@ -11,8 +11,7 @@
#include <hal/SimDevice.h>
#include <hal/simulation/SimDeviceData.h>
namespace frc {
namespace sim {
namespace frc::sim {
/**
* Class to control the simulation side of a SimDevice.
@@ -62,5 +61,4 @@ class SimDeviceSim {
private:
HAL_SimDeviceHandle m_handle;
};
} // namespace sim
} // namespace frc
} // namespace frc::sim