Closed
Bug 1489454
Opened 7 years ago
Closed 7 years ago
Remove all trailing whitespaces (again)
Categories
(Developer Infrastructure :: Source Code Analysis, enhancement)
Developer Infrastructure
Source Code Analysis
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
Details
Attachments
(1 file)
+++ 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 '*.cpp' -o -iname '*.h' -o -iname '*.c')
$ hg revert $(cat tools/rewriting/ThirdPartyPaths.txt )
This also fixes some files with the Windows formatting.
Assignee | ||
Comment 1•7 years ago
|
||
This also includes moving some files to the regular format.
Comment 2•7 years ago
|
||
Comment on attachment 9007179 [details]
Bug 1489454 - Remove all trailing whitespaces (again) r?ehsan
:Ehsan Akhgari has approved the revision.
Attachment #9007179 -
Flags: review+
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/10d5143647cf
Remove all trailing whitespaces (again) r=Ehsan
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sledru
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•3 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
•