Nest all namespaces
The compiler supports this now. We can type less going forward.
No functional changes.
Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: I29d6fa4f9aacc0e381f1a7637294db0392466995
diff --git a/frc971/zeroing/absolute_and_absolute_encoder.cc b/frc971/zeroing/absolute_and_absolute_encoder.cc
index 03ef3f1..b9ba33d 100644
--- a/frc971/zeroing/absolute_and_absolute_encoder.cc
+++ b/frc971/zeroing/absolute_and_absolute_encoder.cc
@@ -8,8 +8,7 @@
#include "aos/logging/logging.h"
#include "frc971/zeroing/wrap.h"
-namespace frc971 {
-namespace zeroing {
+namespace frc971::zeroing {
AbsoluteAndAbsoluteEncoderZeroingEstimator::
AbsoluteAndAbsoluteEncoderZeroingEstimator(
@@ -234,5 +233,4 @@
return builder.Finish();
}
-} // namespace zeroing
-} // namespace frc971
+} // namespace frc971::zeroing