aboutsummaryrefslogtreecommitdiff
path: root/include/notifications
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 13:41:39 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-12-08 13:41:39 +0100
commitb7950517a055b6aee4d0806e32dbd466a6ae59d0 (patch)
treed10281b8d1c2221e25d1e0c159884df0ffda520a /include/notifications
parentdabd7c8c65ef0132dbf75360ae83e9505cbe614d (diff)
downloadayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.gz
ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.tar.bz2
ayatana-indicator-datetime-b7950517a055b6aee4d0806e32dbd466a6ae59d0.zip
README.md: Add some manual line breaks.
Diffstat (limited to 'include/notifications')
-rw-r--r--include/notifications/notifications.h4
1 files changed, 2 insertions, 2 deletions
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> impl;