A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
46:01f7ca900e07
Parent:
43:4c1e4e94cdd3
--- a/amqp_frame_codec.c	Thu Jul 12 18:09:41 2018 -0700
+++ b/amqp_frame_codec.c	Tue Sep 11 11:13:43 2018 -0700
@@ -346,7 +346,7 @@
     else
     {
         unsigned char channel_bytes[2];
-        
+
         channel_bytes[0] = channel >> 8;
         channel_bytes[1] = channel & 0xFF;