Fix issues in export with trim enabled
[ardour.git] / libs / audiographer / audiographer / debuggable.h
index 1cc1d6f7252440cdf1bf5c53c910211692c21358..6ca544a87e46d888ae314df8df848a9479fca703 100644 (file)
@@ -24,7 +24,7 @@ enum LIBAUDIOGRAPHER_API DebugLevel
 };
 
 /** Class that allows optimizing out debugging code 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
   * debugging statemets like this:
   * \code
   * if (debug_level (SomeDebugLevel) && other_optional_conditionals) {