globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / canvas / text.cc
index 9529d7736a913f7b9eb93094b1b7a3af3c280971..fbf7d7943cfb4398ee1b742aa35d39c5060576ad 100644 (file)
@@ -120,7 +120,7 @@ Text::_redraw () const
        }
 
        layout->set_alignment (_alignment);
-    
+
        int w;
        int h;
 
@@ -158,7 +158,7 @@ Text::_redraw () const
        }
 
        /* text has now been rendered in _image and is ready for blit in
-        * ::render 
+        * ::render
         */
 
        _need_redraw = false;
@@ -291,6 +291,6 @@ Text::text_width() const
     if (_need_redraw) {
         redraw ();
     }
-    
+
     return _width;
 }