Nest some more namespaces

Did someone previously suggest that all namespace had been
nested?  Silly.

Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: I22278c1caaeba8b47dc46fb2ed3078c20a11e190
diff --git a/y2014/constants.h b/y2014/constants.h
index aa4ac26..4baeb24 100644
--- a/y2014/constants.h
+++ b/y2014/constants.h
@@ -6,8 +6,7 @@
 #include "frc971/control_loops/state_feedback_loop.h"
 #include "frc971/shifter_hall_effect.h"
 
-namespace y2014 {
-namespace constants {
+namespace y2014::constants {
 
 using ::frc971::constants::DualHallShifterHallEffect;
 
@@ -138,7 +137,6 @@
 // them.
 const Values &GetValuesForTeam(uint16_t team_number);
 
-}  // namespace constants
-}  // namespace y2014
+}  // namespace y2014::constants
 
 #endif  // Y2014_CONSTANTS_H_