From 4e5e49fd380b19ff65f0d2aed8838a668aa4a97f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 29 Aug 2021 13:53:48 +0200 Subject: src/notifications.cpp: No indentation of #ifdef-#else-#endif compiler macro. --- src/notifications.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/notifications.cpp b/src/notifications.cpp index 7098cfc..b36227b 100644 --- a/src/notifications.cpp +++ b/src/notifications.cpp @@ -462,7 +462,7 @@ private: static std::string calendar_app_id() { - #ifdef HAS_URLDISPATCHER +#ifdef HAS_URLDISPATCHER auto urls = g_strsplit("calendar://", ",", 0); auto appids = lomiri_url_dispatch_url_appid(const_cast(urls)); g_strfreev(urls); @@ -473,9 +473,9 @@ private: g_strfreev(appids); } return result; - #else +#else return std::string(); - #endif +#endif } static std::string calendar_app_icon() -- cgit v1.2.3