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/datetime/exporter.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/datetime/exporter.h') diff --git a/include/datetime/exporter.h b/include/datetime/exporter.h index fb21db2..abc32ff 100644 --- a/include/datetime/exporter.h +++ b/include/datetime/exporter.h @@ -34,7 +34,7 @@ namespace indicator { namespace datetime { /** - * \brief Exports actions and menus to DBus. + * \brief Exports actions and menus to DBus. */ class Exporter { @@ -51,9 +51,9 @@ private: class Impl; std::unique_ptr p; - // disable copying - Exporter(const Exporter&) =delete; - Exporter& operator=(const Exporter&) =delete; + // disable copying + Exporter(const Exporter&) =delete; + Exporter& operator=(const Exporter&) =delete; }; } // namespace datetime -- cgit v1.2.3