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:
33:810f9cff537a
--- a/uniqueid_stub.c	Thu Jul 12 18:10:56 2018 -0700
+++ b/uniqueid_stub.c	Tue Sep 11 11:15:08 2018 -0700
@@ -46,7 +46,7 @@
         result = UNIQUEID_INVALID_ARG;
         LogError("Buffer Size is Null or length is less then 37 bytes");
     }
-    else 
+    else
     {
         size_t arrayIndex;
         size_t shiftCount;