Remove the white space in caleadapter.c 55/215655/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 14 Oct 2019 04:18:39 +0000 (13:18 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 14 Oct 2019 04:18:39 +0000 (13:18 +0900)
Change-Id: I8739accdfe8f6e481847a2ed2019a237c4120aad
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
resource/csdk/connectivity/src/bt_le_adapter/caleadapter.c

index 003cc92..8321ca6 100644 (file)
@@ -585,7 +585,7 @@ static CAResult_t CAInitLEServerQueues()
     if (CA_STATUS_OK != result)
     {
         OIC_LOG(ERROR, CALEADAPTER_TAG, "CAInitBleServerSenderQueue failed");
+
         return CA_STATUS_FAILED;
     }
 
@@ -2564,7 +2564,7 @@ static CAResult_t CALEAdapterGattClientStop()
     CAStopLEGattClient();
 
     CAResult_t result = CAQueueingThreadStop(g_bleClientSendQueueHandle);
+
     return result;
 #else
     CAStopLEGattClient();