From 8c6ec44f1fe7936fc15402064d05fb5895fa8185 Mon Sep 17 00:00:00 2001 From: xiaobfly Date: Tue, 9 Jul 2024 09:58:38 +0800 Subject: [PATCH] clang format --- librabbitmq/amqp_connection.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/librabbitmq/amqp_connection.c b/librabbitmq/amqp_connection.c index 44db2411..56ab8a84 100644 --- a/librabbitmq/amqp_connection.c +++ b/librabbitmq/amqp_connection.c @@ -279,8 +279,7 @@ int amqp_handle_input(amqp_connection_state_t state, amqp_bytes_t received_data, return AMQP_STATUS_NO_MEMORY; } - amqp_pool_alloc_bytes(channel_pool, frame_size, - &state->inbound_buffer); + amqp_pool_alloc_bytes(channel_pool, frame_size, &state->inbound_buffer); if (NULL == state->inbound_buffer.bytes) { return AMQP_STATUS_NO_MEMORY; }