aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/LogUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/utils/LogUtils.h')
-rw-r--r--src/core/utils/LogUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/utils/LogUtils.h b/src/core/utils/LogUtils.h
index d838e830..a1a5685a 100644
--- a/src/core/utils/LogUtils.h
+++ b/src/core/utils/LogUtils.h
@@ -109,4 +109,4 @@ void GPGFRONTEND_CORE_EXPORT RegisterSyncLogger(const QString &,
#define GF_LOG_WARN(ID, ...) \
SPDLOG_LOGGER_WARN(GpgFrontend::GetLogger(ID), __VA_ARGS__)
#define GF_LOG_ERROR(ID, ...) \
- SPDLOG_LOGGER_ERROR(GpgFrontend::GetLogger(ID), __VA_ARGS__) \ No newline at end of file
+ SPDLOG_LOGGER_ERROR(GpgFrontend::GetLogger(ID), __VA_ARGS__)