corrected version (with typedef struct IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE_DATA* IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE;) included in the sources

Dependents:   STM32F746_iothub_client_sample_mqtt

Fork of iothub_client by Azure IoT

Revision:
44:126f118a71ba
Parent:
42:448eecc3676e
--- a/iothub_client_ll_uploadtoblob.c	Fri Jun 17 17:02:44 2016 -0700
+++ b/iothub_client_ll_uploadtoblob.c	Sun Jun 19 20:50:15 2016 +0000
@@ -21,6 +21,8 @@
 #include "iothub_client_ll_uploadtoblob.h"
 #include "blob.h"
 
+
+
 /*Codes_SRS_IOTHUBCLIENT_LL_02_085: [ IoTHubClient_LL_UploadToBlob shall use the same authorization as step 1. to prepare and perform a HTTP request with the following parameters: ]*/
 #define FILE_UPLOAD_FAILED_BODY "{ \"isSuccess\":false, \"statusCode\":-1,\"statusDescription\" : \"client not able to connect with the server\" }"
 
@@ -113,7 +115,7 @@
         }
     }
     return (IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE)handleData;
-    
+
 }
 
 /*returns 0 when correlationId, sasUri contain data*/