From b7950517a055b6aee4d0806e32dbd466a6ae59d0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 13:41:39 +0100 Subject: README.md: Add some manual line breaks. --- src/engine-eds.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/engine-eds.cpp') diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp index 0c833c6..30aad1a 100644 --- a/src/engine-eds.cpp +++ b/src/engine-eds.cpp @@ -110,7 +110,7 @@ public: auto gtz = default_timezone != nullptr ? g_time_zone_new(icaltimezone_get_location(default_timezone)) - : g_time_zone_new_local(); + : g_time_zone_new_local(); auto main_task = std::make_shared(this, func, default_timezone, gtz, begin, end); for (auto& kv : m_clients) @@ -1026,7 +1026,7 @@ private: /*** **** ***/ - + core::Signal<> m_changed; std::set m_sources; std::map m_clients; -- cgit v1.2.3