From 8a800c671e59e264f07f749017048d837f339ce1 Mon Sep 17 00:00:00 2001 From: Roland Vet Date: Tue, 20 Feb 2024 22:21:53 +0100 Subject: [PATCH] Replace 7 spaces and a tab with a tab. Signed-off-by: Roland Vet --- tests/test_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_helper.c b/tests/test_helper.c index c7604f0c..2faf4da6 100644 --- a/tests/test_helper.c +++ b/tests/test_helper.c @@ -32,7 +32,7 @@ static void test_undefined(void) static void test_undefined_branch(void) { - int x; + int x; trick_compiler(&x); if (x)