Refactor and modernize namespace declarations
Move all unit tests to namespace nfd::tests
Delete unused header core/algorithm.hpp
Change-Id: I5591f0c5f3bb5db67f8b45fae95471f8a555ca68
diff --git a/daemon/rib/rib-entry.cpp b/daemon/rib/rib-entry.cpp
index 1710aff..1df227e 100644
--- a/daemon/rib/rib-entry.cpp
+++ b/daemon/rib/rib-entry.cpp
@@ -28,8 +28,7 @@
#include <ndn-cxx/mgmt/nfd/control-command.hpp>
-namespace nfd {
-namespace rib {
+namespace nfd::rib {
NFD_LOG_INIT(RibEntry);
@@ -288,5 +287,4 @@
return os << "}";
}
-} // namespace rib
-} // namespace nfd
+} // namespace nfd::rib