prepare region RMS (loudness) normalization
[ardour.git] / libs / ardour / ardour / midi_scene_change.h
index 450f18d3f2bcb55cfe382ac71d628b75373b5253..245b749272827d784b07486243cc45c233ee0240 100644 (file)
@@ -53,7 +53,7 @@ class MIDISceneChange : public SceneChange
        XMLNode& get_state();
        int set_state (const XMLNode&, int version);
 
-        bool operator==(const MIDISceneChange& other) const;
+       bool operator==(const MIDISceneChange& other) const;
 
   private:
        int _bank;
@@ -62,6 +62,6 @@ class MIDISceneChange : public SceneChange
 };
 
 } /* namespace */
-       
+
 
 #endif /* __libardour_scene_change_h__ */