Tempo ramps - audio-locked meters have a bbt of 1|1|0
[ardour.git] / libs / pbd / pbd / transmitter.h
index d77fca8da32a4c67f38fdf4420cb127b6a824a21..a765f9e370721b586446a5533ab4496b348ad215 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
@@ -41,7 +41,7 @@ class LIBPBD_API Transmitter : public std::stringstream
 
        Transmitter (Channel);
 
-       sigc::signal<void,Channel, const char *> &sender() { 
+       sigc::signal<void,Channel, const char *> &sender() {
                return *send;
        }
 
@@ -62,7 +62,7 @@ class LIBPBD_API Transmitter : public std::stringstream
 };
 
 /* for EGCS 2.91.66, if this function is not compiled within the same
-   compilation unit as the one where a ThrownError is thrown, then 
+   compilation unit as the one where a ThrownError is thrown, then
    nothing will catch the error. This is a pretty small function, so
    inlining it here seems like a reasonable workaround.
 */
@@ -94,7 +94,7 @@ endmsg (std::ostream &ostr)
                /* hmm. not a Transmitter, so just put a newline on
                   it and assume that that will be enough.
                */
-               
+
                ostr << std::endl;
        }