Page MenuHomeDevCentral

Fix whitespace issues
ClosedPublic

Authored by dereckson on Nov 3 2017, 16:44.
Tags
None
Referenced Files
F3747231: D1158.id2963.diff
Sat, Nov 16, 01:03
F3747230: D1158.id2962.diff
Sat, Nov 16, 01:03
F3747229: D1158.id2959.diff
Sat, Nov 16, 01:02
Unknown Object (File)
Tue, Nov 12, 08:53
Unknown Object (File)
Tue, Nov 12, 01:26
Unknown Object (File)
Thu, Oct 31, 10:33
Unknown Object (File)
Tue, Oct 29, 17:41
Unknown Object (File)
Sat, Oct 19, 04:48
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 1825
Build 2073: 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.