diff --git a/src/unity.c b/src/unity.c index 3ea455d0..21106944 100644 --- a/src/unity.c +++ b/src/unity.c @@ -631,6 +631,7 @@ static void UnityAddMsgIfSpecified(const char* msg) { UnityPrint(UnityStrSpacer); UnityPrint(msg); + UNITY_PRINT_EOL(); } }