Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / ardour / speaker.h
index 7387a03c388c9873e77c2985e85ea36b6c0955b9..3deeb8b0d937bf7a063212302ab15c4f139cca5c 100644 (file)
 #include "pbd/cartesian.h"
 #include "pbd/signals.h"
 
-namespace ARDOUR { 
+namespace ARDOUR {
 
 class Speaker {
 public:
        Speaker (int, const PBD::AngularVector& position);
        Speaker (const Speaker &);
        Speaker& operator= (const Speaker &);
-        
+
        void move (const PBD::AngularVector& new_position);
 
        const PBD::CartesianVector& coords() const { return _coords; }