From 09032eea305ed0c5c3c782c46b0f9d8350b26100 Mon Sep 17 00:00:00 2001 From: KurtJD Date: Fri, 7 Jan 2022 07:27:58 -0800 Subject: [PATCH] Fix #1200, Add missing space to UtAssert_STUB_COUNT --- ut_assert/inc/utassert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ut_assert/inc/utassert.h b/ut_assert/inc/utassert.h index 35861ca13..cca0469a3 100644 --- a/ut_assert/inc/utassert.h +++ b/ut_assert/inc/utassert.h @@ -498,7 +498,7 @@ typedef struct */ #define UtAssert_STUB_COUNT(stub, expected) \ UtAssert_GenericSignedCompare(UT_GetStubCount(UT_KEY(stub)), UtAssert_Compare_EQ, expected, \ - UtAssert_Radix_DECIMAL, __FILE__, __LINE__, "CallCount", #stub "()", #expected) + UtAssert_Radix_DECIMAL, __FILE__, __LINE__, "CallCount ", #stub "()", #expected) /* * Exported Functions