Merge pull request #624 from trbenton/bugfix/stray-tab

Formatting: Replace a stray tab with spaces
This commit is contained in:
Mark VanderVoord
2022-06-22 08:11:50 -04:00
committed by GitHub
+1 -1
View File
@@ -2048,7 +2048,7 @@ void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int
/*-----------------------------------------------*/ /*-----------------------------------------------*/
void UnitySetTestFile(const char* filename) void UnitySetTestFile(const char* filename)
{ {
Unity.TestFile = filename; Unity.TestFile = filename;
} }
/*-----------------------------------------------*/ /*-----------------------------------------------*/