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/marker.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/marker.h') diff --git a/gtk2_ardour/marker.h b/gtk2_ardour/marker.h index a99efc81c2..391653f090 100644 --- a/gtk2_ardour/marker.h +++ b/gtk2_ardour/marker.h @@ -44,7 +44,7 @@ class PublicEditor; */ class ArdourMarker : public sigc::trackable { - public: +public: enum Type { Mark, Tempo, @@ -61,7 +61,7 @@ class ArdourMarker : public sigc::trackable ArdourMarker (PublicEditor& editor, ArdourCanvas::Container &, guint32 rgba, const std::string& text, Type, - framepos_t frame = 0, bool handle_events = true); + framepos_t frame = 0, bool handle_events = true); virtual ~ArdourMarker (); @@ -100,7 +100,7 @@ class ArdourMarker : public sigc::trackable bool label_on_left () const; - protected: +protected: PublicEditor& editor; Pango::FontDescription name_font; -- cgit v1.2.3