From 34699cfcd320e61119ca5e746fec14748cd9fcd9 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sun, 1 Nov 2015 11:10:01 +0100 Subject: [PATCH] fixed formatting --- include/connection.h | 6 +++--- include/connectionimpl.h | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/connection.h b/include/connection.h index 7e2793c..eb65919 100644 --- a/include/connection.h +++ b/include/connection.h @@ -168,9 +168,9 @@ public: } /** - * Retrieve the heartbeat delay used by this connection - * @return uint16_t - */ + * Retrieve the heartbeat delay used by this connection + * @return uint16_t + */ uint16_t heartbeat() const { return _implementation.heartbeat(); diff --git a/include/connectionimpl.h b/include/connectionimpl.h index 5a6c309..1857a32 100644 --- a/include/connectionimpl.h +++ b/include/connectionimpl.h @@ -98,9 +98,9 @@ protected: std::queue _queue; /** - * Heartbeat delay - * @var uint16_t - */ + * Heartbeat delay + * @var uint16_t + */ uint16_t _heartbeat = 0; /** @@ -360,7 +360,7 @@ public: /** * Heartbeat delay * @return uint16_t - */ + */ uint16_t heartbeat() const { return _heartbeat;