summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/debug_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/debug_utils.h')
-rw-r--r--libs/audiographer/audiographer/debug_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/debug_utils.h b/libs/audiographer/audiographer/debug_utils.h
index a8c63e85b6..410567d51b 100644
--- a/libs/audiographer/audiographer/debug_utils.h
+++ b/libs/audiographer/audiographer/debug_utils.h
@@ -34,7 +34,7 @@ struct LIBAUDIOGRAPHER_API DebugUtils
#endif
return typeid(obj).name();
}
-
+
/// Returns name of ProcessContext::Flag
static std::string process_context_flag_name (FlagField::Flag flag);
};