Fix coding style

This commit is contained in:
savalet
2025-05-08 23:38:36 +02:00
parent 09bd728808
commit eb0ac4d564

View File

@@ -100,7 +100,6 @@ bool read_if_blocks(ef_t *ef, if_ctx_t *ctx, cmd_block_t *then_blk,
WRITE_CONST(ctx->ef->out_fd, IF_PROMPT);
if (!readline(ef->exec_ctx, ctx->buff))
return false;
U_DEBUG("If buff [%s]\n", ctx->buff->str);
if (ctx->buff->sz == 0)
return true;
if (strcmp(ctx->buff->str, "else") == 0) {