--- 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;