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:
35:98add15351f3
diff -r e59b74c745bc -r 81866008bba4 sastoken.c
--- a/sastoken.c	Thu Jul 12 18:10:56 2018 -0700
+++ b/sastoken.c	Tue Sep 11 11:15:08 2018 -0700
@@ -165,7 +165,7 @@
                     memset(expiryASCII, 0, seStop - seStart + 1);
                     for (i = seStart; i < seStop; i++)
                     {
-                        // The se contains the expiration values, if a & token is encountered then 
+                        // The se contains the expiration values, if a & token is encountered then
                         // the se field is complete.
                         if (sasTokenArray[i] == '&')
                         {