Skip to content

Commit

Permalink
Fix newline at the end of source files (#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewertons committed Aug 16, 2023
1 parent 90643d3 commit 3cffd13
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion iothub_client/src/iothub_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ IOTHUB_CLIENT_RESULT IoTHubClient_UploadMultipleBlocksToBlobAsyncEx(IOTHUB_CLIEN
}

#endif /*DONT_USE_UPLOADTOBLOB*/

1 change: 0 additions & 1 deletion iothub_client/src/iothub_client_core_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -3291,4 +3291,3 @@ IOTHUB_CLIENT_RESULT IoTHubClientCore_LL_GenericMethodInvoke(IOTHUB_CLIENT_CORE_
#endif

/*end*/

2 changes: 0 additions & 2 deletions iothub_client/src/iothub_client_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion iothub_client/src/iothubtransport_amqp_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -2324,4 +2324,4 @@ int IoTHubTransport_AMQP_Common_GetSupportedPlatformInfo(TRANSPORT_LL_HANDLE han
}

return result;
}
}
2 changes: 1 addition & 1 deletion iothub_client/src/iothubtransportamqp_methods.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,4 +923,4 @@ int iothubtransportamqp_methods_respond(IOTHUBTRANSPORT_AMQP_METHOD_HANDLE metho
}

return result;
}
}
1 change: 0 additions & 1 deletion iothub_client/src/uamqp_messaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -1186,4 +1186,3 @@ int message_create_IoTHubMessage_from_uamqp_message(MESSAGE_HANDLE uamqp_message

return result;
}

0 comments on commit 3cffd13

Please sign in to comment.