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:
19:2e0811512ceb
--- a/optionhandler.c	Thu Jul 12 18:10:56 2018 -0700
+++ b/optionhandler.c	Tue Sep 11 11:15:08 2018 -0700
@@ -239,7 +239,7 @@
                 break;
             }
         }
-            
+
         if (i == nOptions)
         {
             /*Codes_SRS_OPTIONHANDLER_02_014: [ Otherwise, OptionHandler_FeedOptions shall fail and return OPTIONHANDLER_ERROR. ]*/
@@ -255,7 +255,7 @@
 }
 
 void OptionHandler_Destroy(OPTIONHANDLER_HANDLE handle)
-{   
+{
     /*Codes_SRS_OPTIONHANDLER_02_015: [ OptionHandler_Destroy shall do nothing if parameter handle is NULL. ]*/
     if (handle == NULL)
     {