Skip to content

Commit

Permalink
aplly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Jan 19, 2024
1 parent b460820 commit 2ef0325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,8 +729,8 @@ static od_frontend_status_t od_frontend_remote_server(od_relay_t *relay,

kiwi_be_type_t type = *data;
if (instance->config.log_debug)
od_debug(&instance->logger, "main", client, server, "sending to client %s",
kiwi_be_type_to_string(type));
od_debug(&instance->logger, "main", client, server,
"sending to client %s", kiwi_be_type_to_string(type));

int is_deploy = od_server_in_deploy(server);
int is_ready_for_query = 0;
Expand Down

0 comments on commit 2ef0325

Please sign in to comment.