From d90f07cc7769e773fd2cab29d9601e5e25ee7de8 Mon Sep 17 00:00:00 2001 From: Rohit Grover Date: Fri, 19 Jun 2015 10:11:18 +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 09cdb1f..9d053b9 100644 --- a/public/Gap.h +++ b/public/Gap.h @@ -141,7 +141,7 @@ public: typedef void (*TimeoutEventCallback_t)(TimeoutSource_t source); typedef void (*ConnectionEventCallback_t)(const ConnectionCallbackParams_t *params); typedef void (*DisconnectionEventCallback_t)(Handle_t, DisconnectionReason_t); - typedef void (*RadioNotificationEventCallback_t) (bool radio_active); /* gets passed true for ACTIVE; false for INACTIVE. */ + typedef void (*RadioNotificationEventCallback_t)(bool radio_active); /* gets passed true for ACTIVE; false for INACTIVE. */ /* * The following functions are meant to be overridden in the platform-specific sub-class.