Page MenuHomeDevCentral

Fix whitespace issues
ClosedPublic

Authored by dereckson on Nov 3 2017, 16:44.
Tags
None
Referenced Files
F3599907: D1158.id2963.diff
Sat, Sep 28, 08:46
F3599437: D1158.id2959.diff
Sat, Sep 28, 06:27
F3598971: D1158.id2962.diff
Sat, Sep 28, 04:35
Unknown Object (File)
Thu, Sep 19, 08:33
Unknown Object (File)
Thu, Sep 19, 05:53
Unknown Object (File)
Thu, Sep 19, 01:08
Unknown Object (File)
Wed, Sep 4, 16:57
Unknown Object (File)
Tue, Sep 3, 20:25
Subscribers
None

Details

Summary

This change applies the following awk script to the _includes folder:

  • { sub(/\r$/,""); print } to convert CR+LF into LF
  • { sub(/[ \t]+$/, ""); print } to remove extraneous spaces at EOL
Test Plan

no-op

Diff Detail

Repository
rTOOLS Nasqueron Tools
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
whitespaces (branched from master)
Build Status
Buildable 1823
Build 2071: arc lint + arc unit

Event Timeline

To rebase against a chmod switch.

755 was the legacy webserver permission scheme for PHP executables.

This revision is now accepted and ready to land.Nov 3 2017, 17:13
This revision was automatically updated to reflect the committed changes.