From ca7a1707c935513d98f18ed18f8fbb189cf9a9a7 Mon Sep 17 00:00:00 2001 From: trbenton Date: Tue, 21 Jun 2022 23:38:03 -0400 Subject: [PATCH] Formatting: Replace a stray tab with spaces --- src/unity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unity.c b/src/unity.c index b9a5ed7..14d5cda 100644 --- a/src/unity.c +++ b/src/unity.c @@ -2048,7 +2048,7 @@ void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int /*-----------------------------------------------*/ void UnitySetTestFile(const char* filename) { - Unity.TestFile = filename; + Unity.TestFile = filename; } /*-----------------------------------------------*/