From 22b07e0233a29d9633ffa825a79503befaf2e16e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 5 Oct 2015 16:17:49 +0200 Subject: NOOP, remove trailing tabs/whitespace. --- libs/audiographer/audiographer/flag_debuggable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/audiographer/audiographer/flag_debuggable.h') diff --git a/libs/audiographer/audiographer/flag_debuggable.h b/libs/audiographer/audiographer/flag_debuggable.h index 7ff6a79ed1..f5d4fbf6ed 100644 --- a/libs/audiographer/audiographer/flag_debuggable.h +++ b/libs/audiographer/audiographer/flag_debuggable.h @@ -26,14 +26,14 @@ class /*LIBAUDIOGRAPHER_API*/ FlagDebuggable : public Debuggable { flags.set (flag); } - + /// Prints debug output if \a context contains flags that are not supported by this class template void check_flags (SelfType & self, ProcessContext context) { if (!Debuggable::debug_level (DebugFlags)) { return; } FlagField unsupported = flags.unsupported_flags_of (context.flags()); - + for (FlagField::iterator it = unsupported.begin(); it != unsupported.end(); ++it) { Debuggable::debug_stream() << boost::str (boost::format ("%1% does not support flag %2%") -- cgit v1.2.3