nrd: Basic version of nrd

refs #1324

Change-Id: I797922e8367e0473bb8ed39840e44d038295f148
diff --git a/src/rib.cpp b/src/rib.cpp
index 0e0cbfe..3fc9399 100644
--- a/src/rib.cpp
+++ b/src/rib.cpp
@@ -13,7 +13,7 @@
 {
 }
 
-//
+
 Rib::~Rib()
 {
 }
@@ -24,7 +24,7 @@
   return opt1.getName() == opt2.getName();
 }
 
-//
+
 Rib::const_iterator
 Rib::find(const PrefixRegOptions& options) const
 {
@@ -38,7 +38,7 @@
     return it;
 }
 
-//
+
 void
 Rib::insert(const PrefixRegOptions& options)
 {
@@ -50,7 +50,7 @@
     }
 }
 
-//
+
 void
 Rib::erase(const PrefixRegOptions& options)
 {