From e49d800d200562614aac04cc9e3f8d71be31f01b Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Thu, 21 May 2015 13:50:00 +0100 Subject: [PATCH] white space diff. --- public/Gap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/Gap.h b/public/Gap.h index 50d0f50..b17cd7b 100644 --- a/public/Gap.h +++ b/public/Gap.h @@ -173,7 +173,7 @@ public: private: /* These functions must be defined in the sub-class */ - virtual ble_error_t setAddress(AddressType_t type, const Address_t address) = 0; + virtual ble_error_t setAddress(AddressType_t type, const Address_t address) = 0; virtual ble_error_t getAddress(AddressType_t *typeP, Address_t address) = 0; virtual ble_error_t setAdvertisingData(const GapAdvertisingData &, const GapAdvertisingData &) = 0; virtual ble_error_t startAdvertising(const GapAdvertisingParams &) = 0;