From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- libs/surfaces/mackie/controls.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/surfaces/mackie/controls.h') diff --git a/libs/surfaces/mackie/controls.h b/libs/surfaces/mackie/controls.h index e8098ccf7e..38eb30fb65 100644 --- a/libs/surfaces/mackie/controls.h +++ b/libs/surfaces/mackie/controls.h @@ -48,14 +48,14 @@ class Control { public: Control (int id, std::string name, Group& group); virtual ~Control() {} - + int id() const { return _id; } const std::string & name() const { return _name; } Group & group() const { return _group; } bool in_use () const; void set_in_use (bool); - + // Keep track of the timeout so it can be updated with more incoming events sigc::connection in_use_connection; @@ -71,7 +71,7 @@ public: float get_value (); void set_value (float val); - + virtual void start_touch (double when); virtual void stop_touch (bool mark, double when); -- cgit v1.2.3