From b976bf8986290e8f4812a50e7fdd98b9cbeb4249 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 1 Jul 2017 21:11:14 +0200 Subject: NO-OP whitespace & foratting of header files --- gtk2_ardour/ghostregion.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'gtk2_ardour/ghostregion.h') diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h index 1b2fb700c1..1f1189f62a 100644 --- a/gtk2_ardour/ghostregion.h +++ b/gtk2_ardour/ghostregion.h @@ -81,14 +81,15 @@ public: class MidiGhostRegion : public GhostRegion { public: - class GhostEvent : public sigc::trackable { - public: - GhostEvent(::NoteBase *, ArdourCanvas::Container *); - virtual ~GhostEvent (); - - NoteBase* event; - ArdourCanvas::Item* item; - bool is_hit; + class GhostEvent : public sigc::trackable + { + public: + GhostEvent(::NoteBase *, ArdourCanvas::Container *); + virtual ~GhostEvent (); + + NoteBase* event; + ArdourCanvas::Item* item; + bool is_hit; }; MidiGhostRegion(MidiRegionView& rv, -- cgit v1.2.3