Adding more randomised token generation logic
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / caprotocolmessage.c
index ff29b33..0ab1ae7 100755 (executable)
@@ -1058,7 +1058,6 @@ CAResult_t CAGenerateTokenInternal(CAToken_t *token, uint8_t tokenLength)
 
     OIC_LOG_V(DEBUG, TAG, "token len:%d, token:", tokenLength);
     OIC_LOG_BUFFER(DEBUG, TAG, (const uint8_t *)(*token), tokenLength);
-
     return CA_STATUS_OK;
 }