Page MenuHomeDevCentral

Fix whitespace issues
ClosedPublic

Authored by dereckson on Nov 3 2017, 16:44.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 9, 05:09
Unknown Object (File)
Mon, Jun 8, 07:51
Unknown Object (File)
Sun, Jun 7, 14:11
Unknown Object (File)
Sun, Jun 7, 12:39
Unknown Object (File)
Sat, Jun 6, 09:23
Unknown Object (File)
Sat, Jun 6, 04:34
Unknown Object (File)
Sat, Jun 6, 00:24
Unknown Object (File)
Fri, Jun 5, 22:21
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.