C code like ``` if (...) whatever; else if (...) whatever; else break; ``` shows that **break** is a tad further apart from **else** than the **if** right above.
C code like
shows that break is a tad further apart from else than the if right above.