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:
45:1119d0f2c4d8
diff -r e59b74c745bc -r 81866008bba4 socketio_mbed.c
--- a/socketio_mbed.c	Thu Jul 12 18:10:56 2018 -0700
+++ b/socketio_mbed.c	Tue Sep 11 11:15:08 2018 -0700
@@ -252,7 +252,7 @@
             }
         }
     }
-    
+
     if (on_io_open_complete != NULL)
     {
         on_io_open_complete(on_io_open_complete_context, result == 0 ? IO_OPEN_OK : IO_OPEN_ERROR);