A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
46:01f7ca900e07
Parent:
40:f0ceafa8d570
diff -r 83b4eda4891c -r 01f7ca900e07 message.c
--- a/message.c	Thu Jul 12 18:09:41 2018 -0700
+++ b/message.c	Tue Sep 11 11:13:43 2018 -0700
@@ -507,7 +507,7 @@
                 annotations_destroy(message->delivery_annotations);
                 message->delivery_annotations = NULL;
             }
-        
+
             /* Codes_SRS_MESSAGE_01_033: [ On success it shall return 0. ]*/
             result = 0;
         }