summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp.h
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-04-11 10:53:59 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-04-17 09:56:29 -0700
commita2a91f532b7e648b2468acad39ae7169ac020d0a (patch)
tree78010b44a0e00011cc17787d144abc7dc358c560 /librabbitmq/amqp.h
parent317a56cfffb05e72713bfa8a8e7236b7c39ddb8d (diff)
downloadrabbitmq-c-github-ask-a2a91f532b7e648b2468acad39ae7169ac020d0a.tar.gz
Fix code formatting to match the rest of the lib
Diffstat (limited to 'librabbitmq/amqp.h')
-rw-r--r--librabbitmq/amqp.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index 4336fcd..5167f2e 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.h
@@ -389,9 +389,9 @@ int
AMQP_CALL amqp_get_sockfd(amqp_connection_state_t state);
AMQP_DEPRECATED(
-AMQP_PUBLIC_FUNCTION
-void
-AMQP_CALL amqp_set_sockfd(amqp_connection_state_t state, int sockfd)
+ AMQP_PUBLIC_FUNCTION
+ void
+ AMQP_CALL amqp_set_sockfd(amqp_connection_state_t state, int sockfd)
);
AMQP_PUBLIC_FUNCTION
@@ -512,8 +512,8 @@ AMQP_CALL amqp_login(amqp_connection_state_t state, char const *vhost,
AMQP_PUBLIC_FUNCTION
amqp_rpc_reply_t
AMQP_CALL amqp_login_with_properties(amqp_connection_state_t state, char const *vhost,
- int channel_max, int frame_max, int heartbeat,
- const amqp_table_t *properties, amqp_sasl_method_enum sasl_method, ...);
+ int channel_max, int frame_max, int heartbeat,
+ const amqp_table_t *properties, amqp_sasl_method_enum sasl_method, ...);
struct amqp_basic_properties_t_;