From 3cffd139f553d79d85465be7f2c2309402296c66 Mon Sep 17 00:00:00 2001 From: Ewerton Scaboro da Silva Date: Wed, 16 Aug 2023 15:40:15 -0700 Subject: [PATCH] Fix newline at the end of source files (#2521) --- iothub_client/src/iothub_client.c | 1 - iothub_client/src/iothub_client_core_ll.c | 1 - iothub_client/src/iothub_client_ll.c | 2 -- iothub_client/src/iothubtransport_amqp_common.c | 2 +- iothub_client/src/iothubtransportamqp_methods.c | 2 +- iothub_client/src/uamqp_messaging.c | 1 - 6 files changed, 2 insertions(+), 7 deletions(-) diff --git a/iothub_client/src/iothub_client.c b/iothub_client/src/iothub_client.c index e8af51db6a..eeebb36a1d 100644 --- a/iothub_client/src/iothub_client.c +++ b/iothub_client/src/iothub_client.c @@ -116,4 +116,3 @@ IOTHUB_CLIENT_RESULT IoTHubClient_UploadMultipleBlocksToBlobAsyncEx(IOTHUB_CLIEN } #endif /*DONT_USE_UPLOADTOBLOB*/ - diff --git a/iothub_client/src/iothub_client_core_ll.c b/iothub_client/src/iothub_client_core_ll.c index e8ed0ab526..c8ef76a285 100755 --- a/iothub_client/src/iothub_client_core_ll.c +++ b/iothub_client/src/iothub_client_core_ll.c @@ -3291,4 +3291,3 @@ IOTHUB_CLIENT_RESULT IoTHubClientCore_LL_GenericMethodInvoke(IOTHUB_CLIENT_CORE_ #endif /*end*/ - diff --git a/iothub_client/src/iothub_client_ll.c b/iothub_client/src/iothub_client_ll.c index 9ae71f157a..e4abb40657 100644 --- a/iothub_client/src/iothub_client_ll.c +++ b/iothub_client/src/iothub_client_ll.c @@ -137,5 +137,3 @@ IOTHUB_CLIENT_RESULT IoTHubClient_LL_UploadMultipleBlocksToBlobEx(IOTHUB_CLIENT_ return IoTHubClientCore_LL_UploadMultipleBlocksToBlobEx((IOTHUB_CLIENT_CORE_LL_HANDLE)iotHubClientHandle, destinationFileName, getDataCallbackEx, context); } #endif - - diff --git a/iothub_client/src/iothubtransport_amqp_common.c b/iothub_client/src/iothubtransport_amqp_common.c index b86201347e..58ac2f238e 100644 --- a/iothub_client/src/iothubtransport_amqp_common.c +++ b/iothub_client/src/iothubtransport_amqp_common.c @@ -2324,4 +2324,4 @@ int IoTHubTransport_AMQP_Common_GetSupportedPlatformInfo(TRANSPORT_LL_HANDLE han } return result; -} \ No newline at end of file +} diff --git a/iothub_client/src/iothubtransportamqp_methods.c b/iothub_client/src/iothubtransportamqp_methods.c index bcfeda857f..ee9ef7c4e9 100644 --- a/iothub_client/src/iothubtransportamqp_methods.c +++ b/iothub_client/src/iothubtransportamqp_methods.c @@ -923,4 +923,4 @@ int iothubtransportamqp_methods_respond(IOTHUBTRANSPORT_AMQP_METHOD_HANDLE metho } return result; -} \ No newline at end of file +} diff --git a/iothub_client/src/uamqp_messaging.c b/iothub_client/src/uamqp_messaging.c index 4ecdce5d35..b6cecc8df4 100644 --- a/iothub_client/src/uamqp_messaging.c +++ b/iothub_client/src/uamqp_messaging.c @@ -1186,4 +1186,3 @@ int message_create_IoTHubMessage_from_uamqp_message(MESSAGE_HANDLE uamqp_message return result; } -