Page MenuHomeDevCentral

Fix whitespace issues
ClosedPublic

Authored by dereckson on Nov 3 2017, 16:44.
Tags
None
Referenced Files
F3197354: D1158.id2962.diff
Fri, Jun 28, 15:29
Unknown Object (File)
Thu, Jun 27, 07:20
Unknown Object (File)
Wed, Jun 26, 12:07
Unknown Object (File)
Tue, Jun 25, 21:11
Unknown Object (File)
Tue, Jun 25, 17:19
Unknown Object (File)
Tue, Jun 25, 14:51
Unknown Object (File)
Tue, Jun 25, 11:17
Unknown Object (File)
Sun, Jun 23, 20:46
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
Lint Not Applicable
Unit
Tests Not Applicable

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.