Fix for warnings generated on unhandled enum value STK_FixedPoint.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
Comment Actions
Just some inline nit:s about whitespace.
LGTM, apart from that!
| clang-tools-extra/clang-tidy/modernize/UseDefaultMemberInitCheck.cpp | ||
|---|---|---|
| 63 ↗ | (On Diff #169739) | nit: I'd add an extra line break before this line (just to follow the earlier style where it seems like cases are put in different groups in this switch). |
| 65 ↗ | (On Diff #169739) | Indents: I think case should be aligned with the switch. |