Closed
Bug 1552795
Opened 6 years ago
Closed 6 years ago
Remove all trailing whitespaces in idl files
Categories
(Developer Infrastructure :: Source Code Analysis, task)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox69 fixed)
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1489454 +++
+++ This bug was initially created as a clone of Bug #1378712 +++
To avoid follow up patches, I am proposing that we remove them all at once.
$ sed --in-place 's/[[:space:]]\+$//' $(find . -iname '*.idl')
$ hg revert $(cat tools/rewriting/ThirdPartyPaths.txt )
Assignee | ||
Comment 1•6 years ago
|
||
At some point, we should consider if we don't want to use clang-format on this too.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sledru
Type: defect → task
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/020c8c871c0d
Remove all trailing whitespaces in idl files r=Ehsan
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
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
•