iothub_ll_telemetry_sample

Files at this revision

API Documentation at this revision

Comitter:
AzureIoTClient
Date:
Tue Sep 11 11:15:36 2018 -0700
Parent:
3:c88858e5d52c
Commit message:
1.2.9

Changed in this revision

certs.c Show annotated file Show diff for this revision Revisions of this file
certs.h Show annotated file Show diff for this revision Revisions of this file
iothub_ll_telemetry_sample.c Show annotated file Show diff for this revision Revisions of this file
--- a/certs.c	Tue Jun 26 19:16:42 2018 -0700
+++ b/certs.c	Tue Sep 11 11:15:36 2018 -0700
@@ -5,7 +5,7 @@
 
 #include "certs.h"
 
-const char certificates[] = 
+const char certificates[] =
 /* DigiCert Baltimore Root */
 "-----BEGIN CERTIFICATE-----\r\n"
 "MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ\r\n"
--- a/certs.h	Tue Jun 26 19:16:42 2018 -0700
+++ b/certs.h	Tue Sep 11 11:15:36 2018 -0700
@@ -9,7 +9,7 @@
 {
 #endif
 
-	extern const char certificates[];
+    extern const char certificates[];
 
 #ifdef __cplusplus
 }
--- a/iothub_ll_telemetry_sample.c	Tue Jun 26 19:16:42 2018 -0700
+++ b/iothub_ll_telemetry_sample.c	Tue Sep 11 11:15:36 2018 -0700
@@ -2,7 +2,7 @@
 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
 
 // CAVEAT: This sample is to demonstrate azure IoT client concepts only and is not a guide design principles or style
-// Checking of return codes and error values shall be omitted for brevity.  Please practice sound engineering practices 
+// Checking of return codes and error values shall be omitted for brevity.  Please practice sound engineering practices
 // when writing production code.
 
 #include <stdio.h>