globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / pbd / pbd / statefuldestructible.h
index 79f5356c9f7ed7e9d016e79616b73e4fa1205c86..501633d5178a53ef2c6b47d04a89ec461c48def4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 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
@@ -26,7 +26,7 @@
 
 namespace PBD {
 
-class LIBPBD_API StatefulDestructible : public Stateful, public Destructible 
+class LIBPBD_API StatefulDestructible : public Stateful, public Destructible
 {
 };