globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / surfaces / mackie / surface_port.h
index 1239bc533c7a3fcf27692d25eb41e8b8cf5fd8f5..d22e46f4bf158b2d84f4cfa64de03aae8f58cfa2 100644 (file)
@@ -50,12 +50,12 @@ class Surface;
        Make a relationship between a midi port and a Mackie device.
 */
 
-class SurfacePort 
+class SurfacePort
 {
 public:
     SurfacePort (Mackie::Surface&);
     virtual ~SurfacePort();
-    
+
     /// an easier way to output bytes via midi
     int write (const MidiByteArray&);