src/core/model/object-factory.h
changeset 7169 358f71a624d8
parent 6821 203367ae7433
child 7399 520706f801e8
--- a/src/core/model/object-factory.h	Fri May 13 14:51:51 2011 -0400
+++ b/src/core/model/object-factory.h	Fri May 13 14:52:27 2011 -0400
@@ -47,11 +47,11 @@
   void SetTypeId (TypeId tid);
   /**
    * \param tid the TypeId of the object to instantiate.
-   */  
+   */
   void SetTypeId (const char *tid);
   /**
    * \param tid the TypeId of the object to instantiate.
-   */  
+   */
   void SetTypeId (std::string tid);
   /**
    * \param name the name of the attribute to set during object construction