summaryrefslogtreecommitdiff
path: root/libs/pbd/test/scalar_properties.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/test/scalar_properties.cc')
-rw-r--r--libs/pbd/test/scalar_properties.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/test/scalar_properties.cc b/libs/pbd/test/scalar_properties.cc
index 3586fc3a95..be8ef20655 100644
--- a/libs/pbd/test/scalar_properties.cc
+++ b/libs/pbd/test/scalar_properties.cc
@@ -31,7 +31,7 @@ ScalarPropertiesTest::testBasic ()
_fred.clear_changes ();
CPPUNIT_ASSERT (_fred.changed() == false);
-
+
_fred = 5;
CPPUNIT_ASSERT (_fred == 5);
CPPUNIT_ASSERT (_fred.changed() == true);