未验证 提交 2aaf3c45 编写于 作者: M Mark VanderVoord 提交者: GitHub

Merge pull request #461 from jlindgren90/duplicate-branch

Remove exactly duplicated 'else if' branch
......@@ -342,10 +342,6 @@ void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T
{
UnityPrintNumberUnsigned((UNITY_UINT)number);
}
else if ((style & UNITY_DISPLAY_RANGE_UINT) == UNITY_DISPLAY_RANGE_UINT)
{
UnityPrintNumberUnsigned((UNITY_UINT)number);
}
else
{
UNITY_OUTPUT_CHAR('0');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册