move control surface prefs onto their own tab in the user prefs; for Generic MIDI...
[ardour.git] / libs / evoral / evoral / EventSink.hpp
index 11daf1f64e1746dc66f02582c896432367a25adb..29d2793dd3a9545bf362933ff42c4f839c0c899a 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of Evoral.
- * Copyright (C) 2008 Dave Robillard <http://drobilla.net>
+ * Copyright (C) 2008 David Robillard <http://drobilla.net>
  * Copyright (C) 2000-2008 Paul Davis
  *
  * Evoral is free software; you can redistribute it and/or modify it under the
@@ -30,7 +30,7 @@ template<typename Time>
 class EventSink {
 public:
        virtual ~EventSink() {}
-        virtual uint32_t write(Time time, EventType type, uint32_t size, const uint8_t* buf) = 0;
+       virtual uint32_t write(Time time, EventType type, uint32_t size, const uint8_t* buf) = 0;
 };