src/core/model/global-value.h
changeset 7169 358f71a624d8
parent 6821 203367ae7433
child 7399 520706f801e8
--- a/src/core/model/global-value.h	Fri May 13 14:51:51 2011 -0400
+++ b/src/core/model/global-value.h	Fri May 13 14:52:27 2011 -0400
@@ -95,7 +95,7 @@
    * This method cannot fail. It will crash if the input is not valid.
    */
   static void Bind (std::string name, const AttributeValue &value);
-  
+
   /**
    * \param name the name of the global value
    * \param value the value to set in the requested global value.
@@ -136,7 +136,7 @@
    * 
    */
   static void GetValueByName (std::string name, AttributeValue &value);
-  
+
 
 private:
   friend class GlobalValueTestCase;