white space diffs.

This commit is contained in:
Rohit Grover 2015-06-18 21:27:29 +01:00
parent b7fdb260a0
commit ef145ffba1

View file

@ -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() {