fix issue with solo-in-place
[ardour.git] / libs / pbd / textreceiver.cc
index 19c84c6b143f13a5d42f8ceae66658a708f81872..3d9ce0f4a27f786ab9d03e0ae6a997d40300ab21 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 1998-99 Paul Barton-Davis 
+    Copyright (C) 1998-99 Paul Barton-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
@@ -58,7 +58,7 @@ TextReceiver::receive (Transmitter::Channel chn, const char *str)
        /* note: iostreams are already thread-safe: no external
           lock required.
        */
-       
+
        cout << name << prefix << str << endl;
 
        if (chn == Transmitter::Fatal) {