Open
Bug 1759843
Opened 3 years ago
Updated 2 years ago
dom/base/ResponsiveImageSelector.cpp: do not use 'else' after 'break'
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: Sylvestre, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [lang=C++])
Filling as a good first bug to learn workflows.
do not use 'else' after 'break':
https://searchfox.org/mozilla-central/rev/fa69d8b248e6c1df670aa6b019e30ec37e6672be/dom/base/ResponsiveImageSelector.cpp#605-609
Found by https://clang.llvm.org/extra/clang-tidy/checks/readability/else-after-return.html
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
https://firefox-source-docs.mozilla.org/contributing/stack_quickref.html
Updated•2 years ago
|
Component: Graphics: ImageLib → DOM: Core & HTML
Comment 1•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: cbond → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•