globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / qm-dsp / dsp / segmentation / Segmenter.h
index 1ac0679b729587afb386faf87efa47b8362ab635..9a77d703720441ad7624d1ae5c99ed624511cd11 100644 (file)
@@ -52,7 +52,7 @@ public:
        virtual void segment() = 0;                                             // call once all the features have been extracted
        virtual void segment(int m) = 0;                                // specify desired number of segment-types
        virtual void clear() { features.clear(); }
-       const Segmentation& getSegmentation() const { return segmentation; } 
+       const Segmentation& getSegmentation() const { return segmentation; }
 protected:
        vector<vector<double> > features;
        Segmentation segmentation;