globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / canvas / rectangle.cc
index cdc8d226e52bb13385c399e5f090d41d8ab525d0..e6ff6b37d096b62c3fe59d88c5159de1a1e57db8 100644 (file)
@@ -88,7 +88,7 @@ Rectangle::render_self (Rect const & area, Cairo::RefPtr<Cairo::Context> context
 
                context->rectangle (draw.x0, draw.y0, draw.width(), draw.height());
                context->fill ();
-       } 
+       }
        
        if (_outline) {
 
@@ -103,7 +103,7 @@ Rectangle::render_self (Rect const & area, Cairo::RefPtr<Cairo::Context> context
                 * to be colored are actually "at" 0.5 and 10.5 (midway
                 * between the integer coordinates).
                 *
-                * See the Cairo FAQ on single pixel lines for more 
+                * See the Cairo FAQ on single pixel lines for more
                 * detail.
                 */
 
@@ -163,7 +163,7 @@ Rectangle::compute_bounding_box () const
                   bounding box is 1.0 pixels outside the stated
                   corners of the rectangle (so that the middle
                   of the 2 pixel wide border passes through
-                  the corners, alternatively described as 1 row 
+                  the corners, alternatively described as 1 row
                   of pixels outside of the corners, and 1 row
                   inside).