globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / panners / vbap / vbap_speakers.h
index c3e90ce64625ab7a9041454154f7562f3fcd8c73..10b9e61d3ad8f8b3b12d3558dac1653f65f324ca 100644 (file)
@@ -51,7 +51,7 @@ public:
 
 private:
        static const double MIN_VOL_P_SIDE_LGTH;
-       int   _dimension;  
+       int   _dimension;
         boost::shared_ptr<Speakers> _parent;
        std::vector<Speaker> _speakers;
        PBD::ScopedConnection speaker_connection;
@@ -69,7 +69,7 @@ private:
        struct threeDmatrix : public dvector {
        threeDmatrix() : dvector (9, 0.0) {}
        };
-        
+
        struct tmatrix : public dvector {
        tmatrix() : dvector (3, 0.0) {}
        };
@@ -99,7 +99,7 @@ private:
        void choose_speaker_pairs ();
        void sort_2D_lss (int* sorted_lss);
        int  calc_2D_inv_tmatrix (double azi1,double azi2, double* inv_mat);
-        
+
 };
 
 } /* namespace */