Update classkeys to match new total LuaSignal count (windows only)
[ardour.git] / libs / surfaces / tranzport / interface.cc
index 3cf709078358a9900c3599800e7071cbc207b708..514cfbe4fb1253a8e1585cb71b1fc26e941eb887 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Copyright (C) 2006 Paul Davis 
+ *   Copyright (C) 2006 Paul Davis
  *   Copyright (C) 2007 Michael Taht
  *
  *   This program is free software; you can redistribute it and/or modify
@@ -15,7 +15,7 @@
  *   You should have received a copy of the GNU General Public License
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *  
+ *
  *   */
 
 #include "control_protocol/control_protocol.h"
@@ -34,7 +34,7 @@ new_tranzport_protocol (ControlProtocolDescriptor* descriptor, Session* s)
        }
 
        return tcp;
-       
+
 }
 
 static void
@@ -60,7 +60,7 @@ static ControlProtocolDescriptor tranzport_descriptor = {
        initialize : new_tranzport_protocol,
        destroy : delete_tranzport_protocol
 };
-       
+
 
 extern "C" ARDOURSURFACE_API ControlProtocolDescriptor* protocol_descriptor () { return &tranzport_descriptor; }