Bug 1924521 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Filling as a good first bug to learn workflows.

do not use 'else' after 'return':
https://searchfox.org/mozilla-central/rev/d56687458d4e6e8882c4b740e78413a0f0a69d59/ipc/glue/EnumSerializer.h#71

As the change is trivial, it is just to learn how to contribute to Firefox.

Found by http://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

Directly assigning it to someone
Filling as a good first bug to learn workflows.

do not use 'else' after 'return':
https://searchfox.org/mozilla-central/rev/d56687458d4e6e8882c4b740e78413a0f0a69d59/ipc/glue/EnumSerializer.h#71

As the change is trivial, it is just to learn how to contribute to Firefox.

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

Directly assigning it to someone

Back to Bug 1924521 Comment 0