From d7b280004a02eab8e58c7a2510bf02579d131bf9 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 18 Mar 2023 19:25:33 +0100 Subject: [PATCH] ir_test: Ident and whitespace fixes Signed-off-by: Anatol Belski --- ir_test.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ir_test.c b/ir_test.c index 7b33d3f..0d3dc4d 100644 --- a/ir_test.c +++ b/ir_test.c @@ -88,9 +88,9 @@ void run(mandelbrot_t mandelbrot) int main(int argc, char **argv) { - ir_ctx ctx; - FILE *f; - int i; + ir_ctx ctx; + FILE *f; + int i; int opt_level = 2; uint32_t mflags = 0; uint64_t debug_regset = 0xffffffffffffffff; @@ -134,7 +134,7 @@ int main(int argc, char **argv) } } - ir_init(&ctx, 256, 1024); + ir_init(&ctx, 256, 1024); ctx.flags |= IR_FUNCTION; ctx.flags |= mflags; if (opt_level > 0) {