Closed
Bug 1508298
Opened 6 years ago
Closed 6 years ago
Remove an incorrect reformat of a comment in dom/media/DOMMediaStream.h
Categories
(Developer Infrastructure :: Lint and Formatting, enhancement)
Developer Infrastructure
Lint and Formatting
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
Attachments
(1 file)
Comment 1•6 years ago
|
||
Interesting to see that clang-format is not just making whitespace changes, but reordering "*" and "(removed)" etc.
I wonder what is behind its decision to keep some multi-space sequences but not others.
At least it is only doing this (I assume) when the comment was not complying to the 80 column limit.
https://hg.mozilla.org/integration/autoland/diff/0ceae9db9ec0/dom/media/DOMMediaStream.h#l1.90
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f70098015fd4
Disable the reformatting of the comment r=jya
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sledru
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•