aboutsummaryrefslogtreecommitdiff
path: root/include/notifications/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifications/notifications.h')
-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;