globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / qm-dsp / dsp / segmentation / cluster_segmenter.h
index e7106d4f8172e13d3f6bad651cc67a47888df084..fad0585cf65dfb7ac54bd16c9f8d4d44ba166bf4 100644 (file)
@@ -38,10 +38,10 @@ void cq2chroma(double** cq, int nframes, int ncoeff, int bins, double** chroma);
 
 void create_histograms(int* x, int nx, int m, int hlen, double* h);
 
-void cluster_segment(int* q, double** features, int frames_read, int feature_length, int nHMM_states, 
+void cluster_segment(int* q, double** features, int frames_read, int feature_length, int nHMM_states,
                                         int histogram_length, int nclusters, int neighbour_limit);
 
-void constq_segment(int* q, double** features, int frames_read, int bins, int ncoeff, int feature_type, 
+void constq_segment(int* q, double** features, int frames_read, int bins, int ncoeff, int feature_type,
                         int nHMM_states, int histogram_length, int nclusters, int neighbour_limit);
 
 #ifdef __cplusplus