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

@@ -6,8 +6,7 @@
#include <hal/simulation/MockHooks.h>
namespace frc {
namespace sim {
namespace frc::sim {
void SetRuntimeType(HAL_RuntimeType type) {
HALSIM_SetRuntimeType(type);
@@ -49,5 +48,4 @@ void StepTimingAsync(units::second_t delta) {
HALSIM_StepTimingAsync(static_cast<uint64_t>(delta.to<double>() * 1e6));
}
} // namespace sim
} // namespace frc
} // namespace frc::sim