NO-OP: indent and fix linter warning

This commit is contained in:
Robin Gareus
2025-03-12 23:18:18 +01:00
parent 29a51abd28
commit ba7fa1b33f

View File

@@ -20,8 +20,11 @@
#include "ardour_window.h"
#include <ytkmm/box.h>
namespace ARDOUR {
class MidiRegion;
class MidiTrack;
class Track;
}
@@ -30,7 +33,7 @@ class RegionEditor;
class PianorollWindow : public ArdourWindow
{
public:
public:
PianorollWindow (std::string const & name, ARDOUR::Session&);
~PianorollWindow ();
@@ -38,8 +41,8 @@ class PianorollWindow : public ArdourWindow
bool on_key_press_event (GdkEventKey*);
bool on_delete_event (GdkEventAny*);
private:
Gtk::HBox hpacker;
Pianoroll* pianoroll;
private:
Gtk::HBox hpacker;
Pianoroll* pianoroll;
RegionEditor* region_editor;
};