summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-01 21:11:14 +0200
committerRobin Gareus <robin@gareus.org>2017-07-01 21:19:56 +0200
commitb976bf8986290e8f4812a50e7fdd98b9cbeb4249 (patch)
tree75cffb9761a024943c18e502a3d84e3607954a55 /gtk2_ardour/ghostregion.h
parent221902138938a47f32b925f7e37602230e9de538 (diff)
NO-OP whitespace & foratting of header files
Diffstat (limited to 'gtk2_ardour/ghostregion.h')
-rw-r--r--gtk2_ardour/ghostregion.h17
1 files changed, 9 insertions, 8 deletions
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,