globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / midi++2 / mmctest.cc
index 69155ba553d04c1511a2d900f938bbfd0c9fe55f..9259e3ad2bcaefcf5a5cffdb221ebe81c1dafd73 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ MachineControl *mmc;
 MachineControl::CommandSignature cs;
 MachineControl::ResponseSignature rs;
 
-int 
+int
 setup_midi ()
 
 {
@@ -55,7 +55,7 @@ setup_midi ()
        if ((port = MIDI::Manager::instance()->add_port (midi_device)) == 0) {
                info << "MIDI port is not valid" << endmsg;
                return -1;
-       } 
+       }
 
        mmc = new MachineControl (*port, 0.0, cs, rs);
 
@@ -124,7 +124,7 @@ main (int argc, char *argv[])
                        error << "cannot read byte"
                              << endmsg;
                        break;
-               } 
+               }
        }
 }