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/notifications.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/notifications.cpp') diff --git a/src/notifications.cpp b/src/notifications.cpp index 4856546..051653d 100644 --- a/src/notifications.cpp +++ b/src/notifications.cpp @@ -58,7 +58,7 @@ Builder::Builder(): Builder::~Builder() { } - + void Builder::set_title (const std::string& title) { @@ -163,7 +163,7 @@ public: g_warning ("Unable to close notification %d: %s", key, error->message); g_error_free (error); } - + // call the user callback and remove it from our bookkeeping remove_closed_notification (key); } @@ -220,7 +220,7 @@ public: m_notifications[key] = { nn, info.m_closed_callback }; g_signal_connect (nn.get(), "closed", G_CALLBACK(on_notification_closed), this); - + GError * error = nullptr; if (notify_notification_show(nn.get(), &error)) { -- cgit v1.2.3