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:
31:6a55d47aea41
--- a/connection_string_parser.c	Thu Jul 12 18:10:56 2018 -0700
+++ b/connection_string_parser.c	Tue Sep 11 11:15:08 2018 -0700
@@ -183,7 +183,7 @@
             }
             runHostName++;
         }
-     
+
         if ((*runHostName) == '\0')
         {
             /* Codes_SRS_CONNECTIONSTRINGPARSER_21_030: [If the hostName is not a valid host name, connectionstringparser_splitHostName_from_char shall return __FAILURE__.]*/