Azure IoT common library

Dependents:   STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more

Revision:
48:81866008bba4
Parent:
25:8507bf644fdf
--- a/base64.c	Thu Jul 12 18:10:56 2018 -0700
+++ b/base64.c	Tue Sep 11 11:15:08 2018 -0700
@@ -105,7 +105,7 @@
 {
     size_t result;
     size_t sourceLength = strlen(encodedString);
-    
+
     if (sourceLength == 0)
     {
         result = 0;