NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / canvas / test / arrow.cc
index 9112b6f52a563aaef047f6227de56df572f3c95c..ab973bcd2ac33a67463bd9370f14c4db508528ea 100644 (file)
@@ -28,7 +28,7 @@ ArrowTest::bounding_box ()
        arrow.set_outline_width (0);
 
        boost::optional<Rect> bbox = arrow.bounding_box ();
-       
+
        CPPUNIT_ASSERT (bbox.is_initialized ());
        CPPUNIT_ASSERT (bbox.get().x0 == -6);
        CPPUNIT_ASSERT (bbox.get().y0 == 0);