control surfaces: fix BaseUI method for disabling record enable
[ardour.git] / libs / audiographer / audiographer / throwing.h
index ecf7aecd4934f755b67def48c352fdfd8058344a..8bd84155605c76d9ebbd11fc7a36347cabe62194 100644 (file)
@@ -26,7 +26,7 @@ enum /*LIBAUDIOGRAPHER_API*/ ThrowLevel
 };
 
 /** Class that allows optimizing out error checking during compile time.
-  * Usage: to take all advantage of this class you should wrap all 
+  * Usage: to take all advantage of this class you should wrap all
   * throwing statemets like this:
   * \code
   * if (throw_level (SomeThrowLevel) && other_optional_conditionals) {