Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / ardour / resampled_source.h
index b315430b46ae06d58c60eb1e55d2006bb8f059cf..74f1a76e5b0cd644c1abe74891910ed89cdb50c7 100644 (file)
@@ -51,7 +51,7 @@ class ResampledImportableSource : public ImportableSource
 
    private:
        boost::shared_ptr<ImportableSource> source;
-        float* input;
+       float* input;
        int _src_type;
        SRC_STATE*      src_state;
        SRC_DATA        src_data;