You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A whole-tree clang-tidy pass flagged a set of pure-style issues with no
behavior change:
- utf8.cpp: drop else-after-return throughout the UTF-8 parser state
machine (readability-else-after-return).
- WiFiPAFLayer.cpp: remove a redundant trailing return in a void function
and an else-after-return.
- transport/raw/WiFiPAF.{h,cpp} and Linux ConnectivityManagerImpl.cpp:
drop redundant (void) parameter lists (modernize-redundant-void-arg);
the canonical declarations already use ().
0 commit comments