globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / pbd / crossthread.cc
index 3792e19471499dd5c9727f8b332682aa3c9c1ff0..8e24f3e0923a6e233fe4ae2be628d36d778521a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2009 Paul Davis 
+  Copyright (C) 2009 Paul 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
@@ -42,7 +42,7 @@ using namespace Glib;
 #include "crossthread.win.cc"
 #endif
 
-gboolean 
+gboolean
 cross_thread_channel_call_receive_slot (GIOChannel*, GIOCondition condition, void *data)
 {
         CrossThreadChannel* ctc = static_cast<CrossThreadChannel*>(data);