From 1bb021e6660d499ee49f3587023edfcfd5692452 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Fri, 19 Jun 2015 11:49:19 +0100 Subject: [PATCH] white space diffs. --- public/DiscoveredCharacteristic.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/DiscoveredCharacteristic.h b/public/DiscoveredCharacteristic.h index 51d9ce9..eeb0936 100644 --- a/public/DiscoveredCharacteristic.h +++ b/public/DiscoveredCharacteristic.h @@ -173,15 +173,15 @@ public: } protected: - GattClient *gattc; + GattClient *gattc; protected: - UUID uuid; - Properties_t props; - GattAttribute::Handle_t declHandle; - GattAttribute::Handle_t valueHandle; + UUID uuid; + Properties_t props; + GattAttribute::Handle_t declHandle; + GattAttribute::Handle_t valueHandle; - Gap::Handle_t connHandle; + Gap::Handle_t connHandle; public: static GattClient::ReadCallback_t onDataReadCallback;