Fixed namespace formatting across all files.

refs: #3735

Change-Id: Ia04f0895de9906e280d6140f775bb6609db714e6
diff --git a/src/adjacency-list.hpp b/src/adjacency-list.hpp
index dc12b17..8f7864b 100644
--- a/src/adjacency-list.hpp
+++ b/src/adjacency-list.hpp
@@ -131,5 +131,5 @@
   std::list<Adjacent> m_adjList;
 };
 
-} //namespace nlsr
+} // namespace nlsr
 #endif //NLSR_ADJACENCY_LIST_HPP