src/core/model/names.cc
changeset 7169 358f71a624d8
parent 6821 203367ae7433
child 7256 b04ba6772f8c
--- a/src/core/model/names.cc	Fri May 13 14:51:51 2011 -0400
+++ b/src/core/model/names.cc	Fri May 13 14:52:27 2011 -0400
@@ -35,7 +35,7 @@
   NameNode (NameNode *parent, std::string name, Ptr<Object> object);
   NameNode &operator = (const NameNode &rhs);
 
- ~NameNode ();
+  ~NameNode ();
 
   NameNode *m_parent;
   std::string m_name;
@@ -178,7 +178,7 @@
   if (offset != 0)
     {
       //
-      // This must be a name that has the "/Names" namespace prefix omitted.  
+      // This must be a name that has the "/Names" namespace prefix omitted.
       // Do some reasonableness checking on the rest of the name.
       //
       offset = name.find ("/");
@@ -190,7 +190,7 @@
 
       name = "/Names/" + name;
     }
-  
+
   //
   // There must now be a fully qualified path in the string.  All fully 
   // qualified names begin with "/Names".  We have to split off the final 
@@ -287,7 +287,7 @@
   if (offset != 0)
     {
       //
-      // This must be a name that has the "/Names" namespace prefix omitted.  
+      // This must be a name that has the "/Names" namespace prefix omitted.
       // Do some reasonableness checking on the rest of the name.
       //
       offset = oldpath.find ("/");
@@ -299,7 +299,7 @@
 
       oldpath = "/Names/" + oldpath;
     }
-  
+
   //
   // There must now be a fully qualified path in the oldpath string.  All 
   // fully qualified names begin with "/Names".  We have to split off the final