A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
28:add19eb7defa
Parent:
21:f9c433d8e6ca
--- a/azure_uamqp_c/amqpvalue_to_string.h	Fri Jun 02 15:53:07 2017 -0700
+++ b/azure_uamqp_c/amqpvalue_to_string.h	Fri Jun 30 10:41:22 2017 -0700
@@ -10,7 +10,7 @@
 extern "C" {
 #endif /* __cplusplus */
 
-	MOCKABLE_FUNCTION(, char*, amqpvalue_to_string, AMQP_VALUE, amqp_value);
+    MOCKABLE_FUNCTION(, char*, amqpvalue_to_string, AMQP_VALUE, amqp_value);
 
 #ifdef __cplusplus
 }