Tempo ramps - fix BBTPoint wtf.
[ardour.git] / libs / ardour / ardour / panner.h
index 211ad0ca8eb12bf8401ddad4469407ea005a5f8c..1838fb5f56b807c97227b6fa767f291af1b8b25b 100644 (file)
@@ -44,7 +44,7 @@
     #define ARDOURPANNER_API LIBARDOUR_DLL_EXPORT
   #else
     #define ARDOURPANNER_API LIBARDOUR_DLL_IMPORT
-  #endif 
+  #endif
 #define ARDOURPANNER_LOCAL LIBARDOUR_DLL_LOCAL
 
 namespace ARDOUR {
@@ -159,7 +159,7 @@ public:
 
        int set_state (const XMLNode&, int version);
        XMLNode& get_state ();
-       
+
        boost::shared_ptr<Pannable> pannable() const { return _pannable; }
 
        static bool equivalent (pan_t a, pan_t b) {