Skip to content

Commit

Permalink
Removed a space nasa#832
Browse files Browse the repository at this point in the history
  • Loading branch information
asgibson committed Mar 5, 2021
1 parent 6fcc3a0 commit 2183629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ut_assert/src/utstubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ int32 UT_DefaultStubImpl(const char *FunctionName, UT_EntryKey_t FuncKey, int32

bool UT_StubIsOverridden(UT_EntryKey_t FuncKey)
{
UT_StubTableEntry_t *StubPtr;
UT_StubTableEntry_t *StubPtr;

/* get override status */
StubPtr = UT_GetStubEntry(FuncKey, UT_ENTRYTYPE_OVERRIDE_STUB);
Expand Down

0 comments on commit 2183629

Please sign in to comment.