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/motors/print/semihosting.h b/motors/print/semihosting.h
index 6094a67..e04a4e5 100644
--- a/motors/print/semihosting.h
+++ b/motors/print/semihosting.h
@@ -5,8 +5,7 @@
 
 #include "motors/print/print.h"
 
-namespace frc971 {
-namespace motors {
+namespace frc971::motors {
 
 // A printing implementation which uses the ARM semihosting interface. This
 // requries an attached debugger with software support.
@@ -31,7 +30,6 @@
   // file if the name is filled out in the parameters.
 };
 
-}  // namespace motors
-}  // namespace frc971
+}  // namespace frc971::motors
 
 #endif  // MOTORS_PRINT_SEMIHOSTING_H_