abc

Fork of BLE_API by Bluetooth Low Energy

Revision:
415:e8dd7afc1ebf
Parent:
413:7a295e110b77
Child:
418:b88033a97016
--- a/public/BLEDevice.h	Mon Jun 08 10:41:18 2015 +0100
+++ b/public/BLEDevice.h	Mon Jun 08 10:41:18 2015 +0100
@@ -824,7 +824,6 @@
 
 inline ble_error_t
 BLEDevice::setScanWindow(uint16_t window) {
-
     return scanningParams.setWindow(window);
 }
 
@@ -854,7 +853,6 @@
     return transport->getGap().stopScan();
 }
 
-
 inline ble_error_t
 BLEDevice::disconnect(Gap::DisconnectionReason_t reason)
 {