globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / gtkmm2ext / click_box.cc
index 7b2e67d8ab21e153647e7e73cbb50c4f5e683c02..8782acaae8e3a63bdb9a5fb3cf562b11a6c6e467 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 1999 Paul Barton-Davis 
+    Copyright (C) 1999 Paul Barton-Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -115,7 +115,7 @@ ClickBox::set_label ()
 void
 ClickBox::style_changed (const Glib::RefPtr<Gtk::Style>&)
 {
-       layout->context_changed (); 
+       layout->context_changed ();
        layout->get_pixel_size (twidth, theight);
 }