change name of a Session method to makes its intended function clear
[ardour.git] / libs / ardour / ardour / audio_port.h
index ca5f183a1317174968b90a196c40b58f2a778bd5..384de3ef5d0bcd8aad241547780c1e63e34e366b 100644 (file)
@@ -54,7 +54,7 @@ class LIBARDOUR_API AudioPort : public Port
 
   private:
        AudioBuffer* _buffer;
-        bool         _buf_valid; 
+        bool         _buf_valid;
 };
 
 } // namespace ARDOUR