High level Bluetooth Low Energy API and radio abstraction layer

Dependencies:   nRF51822

Dependents:   LinkNode_LIS3DH

Fork of BLE_API by Bluetooth Low Energy

Revision:
76:103fac6e36d1
Parent:
45:8a9919adb207
--- a/GapAdvertisingParams.cpp	Fri Jun 06 14:14:46 2014 +0100
+++ b/GapAdvertisingParams.cpp	Mon Jun 09 08:29:22 2014 +0100
@@ -82,9 +82,7 @@
     \endcode
 */
 /**************************************************************************/
-GapAdvertisingParams::GapAdvertisingParams(AdvertisingType advType,
-                                           uint16_t        interval,
-                                           uint16_t        timeout)
+GapAdvertisingParams::GapAdvertisingParams(AdvertisingType advType, uint16_t interval, uint16_t timeout)
 {
     _advType  = advType;
     _interval = interval;