From ef145ffba165b8fbf3afc0dc795e0795e16791e8 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Thu, 18 Jun 2015 21:27:29 +0100 Subject: [PATCH] white space diffs. --- nRF51822n.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nRF51822n.h b/nRF51822n.h index c17d17b..f9528c0 100644 --- a/nRF51822n.h +++ b/nRF51822n.h @@ -34,10 +34,10 @@ public: virtual const char *getVersion(void); - virtual Gap &getGap() { + virtual Gap &getGap() { return nRF51Gap::getInstance(); }; - virtual const Gap &getGap() const { + virtual const Gap &getGap() const { return nRF51Gap::getInstance(); }; virtual GattServer &getGattServer() {