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. --- include/notifications/notifications.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/notifications') diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index fbc2109..0de1e23 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -35,7 +35,7 @@ class Engine; * Helper class for showing notifications. * * Populate the builder, then pass it to Engine::show(). - * + * * @see Engine::show(Builder) */ class Builder @@ -104,7 +104,7 @@ public: void close_all(); const std::string& app_name() const; - + private: class Impl; std::unique_ptr impl; -- cgit v1.2.3