Fixed namespace formatting across all files.
refs: #3735
Change-Id: Ia04f0895de9906e280d6140f775bb6609db714e6
diff --git a/src/route/face-map.hpp b/src/route/face-map.hpp
index a2f6d70..7382e98 100644
--- a/src/route/face-map.hpp
+++ b/src/route/face-map.hpp
@@ -120,6 +120,6 @@
std::list<FaceMapEntry> m_table;
};
-} //namespace nlsr
+} // namespace nlsr
#endif //NLSR_FACE_MAP_HPP
diff --git a/src/route/fib-entry.cpp b/src/route/fib-entry.cpp
index 07c9695..6fd573b 100644
--- a/src/route/fib-entry.cpp
+++ b/src/route/fib-entry.cpp
@@ -40,4 +40,4 @@
m_nexthopList.writeLog();
}
-}//namespace nlsr
+} // namespace nlsr
diff --git a/src/route/fib-entry.hpp b/src/route/fib-entry.hpp
index a17ad35..b339670 100644
--- a/src/route/fib-entry.hpp
+++ b/src/route/fib-entry.hpp
@@ -113,6 +113,6 @@
NexthopList m_nexthopList;
};
-} //namespace nlsr
+} // namespace nlsr
#endif //NLSR_FIB_ENTRY_HPP
diff --git a/src/route/fib.cpp b/src/route/fib.cpp
index dad73ca..e5a4c43 100644
--- a/src/route/fib.cpp
+++ b/src/route/fib.cpp
@@ -525,4 +525,4 @@
}
}
-} //namespace nlsr
+} // namespace nlsr
diff --git a/src/route/fib.hpp b/src/route/fib.hpp
index fd6b7c6..050e0fb 100644
--- a/src/route/fib.hpp
+++ b/src/route/fib.hpp
@@ -201,5 +201,5 @@
static const uint64_t GRACE_PERIOD;
};
-}//namespace nlsr
+} // namespace nlsr
#endif //NLSR_FIB_HPP
diff --git a/src/route/map.cpp b/src/route/map.cpp
index 5637985..0716a2c 100644
--- a/src/route/map.cpp
+++ b/src/route/map.cpp
@@ -137,4 +137,4 @@
}
}
-} //namespace nlsr
+} // namespace nlsr
diff --git a/src/route/nexthop-list.cpp b/src/route/nexthop-list.cpp
index a720666..dc11113 100644
--- a/src/route/nexthop-list.cpp
+++ b/src/route/nexthop-list.cpp
@@ -116,4 +116,4 @@
}
}
-}//namespace nlsr
+} // namespace nlsr
diff --git a/src/route/nexthop-list.hpp b/src/route/nexthop-list.hpp
index 2d8ca88..be0c144 100644
--- a/src/route/nexthop-list.hpp
+++ b/src/route/nexthop-list.hpp
@@ -106,6 +106,6 @@
std::list<NextHop> m_nexthopList;
};
-}//namespace nlsr
+} // namespace nlsr
#endif //NLSR_NEXTHOP_LIST_HPP
diff --git a/src/route/nexthop.cpp b/src/route/nexthop.cpp
index 7b28685..0274b9d 100644
--- a/src/route/nexthop.cpp
+++ b/src/route/nexthop.cpp
@@ -34,4 +34,4 @@
return os;
}
-}//namespace nlsr
+} // namespace nlsr
diff --git a/src/route/nexthop.hpp b/src/route/nexthop.hpp
index 89741e7..72435cd 100644
--- a/src/route/nexthop.hpp
+++ b/src/route/nexthop.hpp
@@ -119,6 +119,6 @@
std::ostream&
operator<<(std::ostream& os, const NextHop& hop);
-}//namespace nlsr
+} // namespace nlsr
#endif //NLSR_NEXTHOP_HPP
diff --git a/src/route/routing-table-calculator.cpp b/src/route/routing-table-calculator.cpp
index b552460..ccc6114 100644
--- a/src/route/routing-table-calculator.cpp
+++ b/src/route/routing-table-calculator.cpp
@@ -503,4 +503,4 @@
}
}
-}//namespace nlsr
+} // namespace nlsr
diff --git a/src/route/routing-table-calculator.hpp b/src/route/routing-table-calculator.hpp
index 9dbce30..4ee683e 100644
--- a/src/route/routing-table-calculator.hpp
+++ b/src/route/routing-table-calculator.hpp
@@ -186,6 +186,6 @@
static const int32_t ROUTER_NOT_FOUND;
};
-}//namespace nlsr
+} // namespace nlsr
#endif //NLSR_ROUTING_TABLE_CALCULATOR_HPP
diff --git a/src/route/routing-table-entry.hpp b/src/route/routing-table-entry.hpp
index 3e924a6..626caf3 100644
--- a/src/route/routing-table-entry.hpp
+++ b/src/route/routing-table-entry.hpp
@@ -62,6 +62,6 @@
NexthopList m_nexthopList;
};
-} //namespace nlsr
+} // namespace nlsr
#endif //NLSR_ROUTING_TABLE_ENTRY_HPP
diff --git a/src/route/routing-table.cpp b/src/route/routing-table.cpp
index 43081eb..9d45f2e 100644
--- a/src/route/routing-table.cpp
+++ b/src/route/routing-table.cpp
@@ -273,5 +273,5 @@
}
}
-}//namespace nlsr
+} // namespace nlsr
diff --git a/src/route/routing-table.hpp b/src/route/routing-table.hpp
index 3564a77..1fd8049 100644
--- a/src/route/routing-table.hpp
+++ b/src/route/routing-table.hpp
@@ -110,6 +110,6 @@
ndn::time::seconds m_routingCalcInterval;
};
-}//namespace nlsr
+} // namespace nlsr
#endif //NLSR_ROUTING_TABLE_HPP