mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-08-26 13:01:23 +00:00
Remove exactly duplicated 'else if' branch.
This commit is contained in:
@@ -342,10 +342,6 @@ void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T
|
|||||||
{
|
{
|
||||||
UnityPrintNumberUnsigned((UNITY_UINT)number);
|
UnityPrintNumberUnsigned((UNITY_UINT)number);
|
||||||
}
|
}
|
||||||
else if ((style & UNITY_DISPLAY_RANGE_UINT) == UNITY_DISPLAY_RANGE_UINT)
|
|
||||||
{
|
|
||||||
UnityPrintNumberUnsigned((UNITY_UINT)number);
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
UNITY_OUTPUT_CHAR('0');
|
UNITY_OUTPUT_CHAR('0');
|
||||||
|
|||||||
Reference in New Issue
Block a user