NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / audiographer / audiographer / general / normalizer.h
index e95f0e385229429abfec02d417de244bc7d1e181..025131022e207ef8363c558d3699d70c56ef4a1a 100644 (file)
@@ -32,7 +32,7 @@ public:
 
        /// Process a const ProcessContext \see alloc_buffer() \n RT safe
        void process (ProcessContext<float> const & c);
-       
+
        /// Process a non-const ProcsesContext in-place \n RT safe
        void process (ProcessContext<float> & c);
 
@@ -40,7 +40,7 @@ private:
        bool      enabled;
        float     target;
        float     gain;
-       
+
        float *   buffer;
        framecnt_t buffer_size;
 };