summaryrefslogtreecommitdiff
path: root/src/KM_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KM_log.cpp')
-rwxr-xr-xsrc/KM_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KM_log.cpp b/src/KM_log.cpp
index b2e9bde..7ae3242 100755
--- a/src/KM_log.cpp
+++ b/src/KM_log.cpp
@@ -148,7 +148,7 @@ Kumu::StreamLogSink::WriteEntry(const LogEntry& Entry)
bool
Kumu::LogEntry::TestFilter(i32_t filter) const
{
- switch ( Type )
+ switch ( Type )
{
case LOG_CRIT:
if ( (filter & LOG_ALLOW_CRIT) == 0 )