Closed
Bug 1489454
Opened 6 years ago
Closed 6 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•6 years ago
|
||
This also includes moving some files to the regular format.
Comment 2•6 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•6 years ago
|
Assignee: nobody → sledru
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/10d5143647cf
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
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
•