style: add missing braces in general_loop.c (#2210 follow-up) (#2236)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Carlos Fernandez Sanz
2026-03-28 11:42:02 -07:00
committed by GitHub
parent ab109cf316
commit 159b2193f4

View File

@@ -1585,7 +1585,9 @@ int general_loop(struct lib_ccx_ctx *ctx)
// void segment_output_file(struct lib_ccx_ctx *ctx, struct lib_cc_decode *dec_ctx);
// dec_ctx is NULL only when no data was processed (e.g. empty stdin)
if (dec_ctx)
{
segment_output_file(ctx, dec_ctx);
}
if (ccx_options.send_to_srv)
net_check_conn();