Closed Bug 1378712 Opened 7 years ago Closed 7 years ago

Remove all trailing whitespaces

Categories

(Developer Infrastructure :: Source Code Analysis, enhancement)

enhancement
Not set
normal

Tracking

(firefox56 fixed)

RESOLVED FIXED
mozilla56
Tracking Status
firefox56 --- fixed

People

(Reporter: Sylvestre, Assigned: Sylvestre)

References

Details

Attachments

(1 file)

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 )
Summary: Remove all trailing whitespace → Remove all trailing whitespaces
Comment on attachment 8883896 [details]
Bug 1378712 - Remove all trailing whitespaces

https://reviewboard.mozilla.org/r/154892/#review159960

Patches like this aren't reviewable in MozReview (please open this in MozReview to see why.)  I reviewed the sed script in comemnt 0, r+ on the sed script.  Rubberstamp on the patch (but I didn't really look at it.)
Attachment #8883896 - Flags: review?(ehsan) → review+
Pushed by sledru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6a629adbb62a
Remove all trailing whitespaces r=Ehsan
https://hg.mozilla.org/mozilla-central/rev/6a629adbb62a
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Assignee: nobody → sledru
Product: Core → Firefox Build System
Blocks: 1489454
Blocks: 1552795
Depends on: 1554625
Depends on: 1753413
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: