1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

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

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;
} }
/*-----------------------------------------------*/ /*-----------------------------------------------*/