white space diffs.

This commit is contained in:
Rohit Grover 2015-06-19 11:49:19 +01:00
parent b7e6ddfae1
commit 1bb021e666

View file

@ -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;