Page MenuHomeDevCentral

Fix whitespace issues
ClosedPublic

Authored by dereckson on Nov 3 2017, 16:44.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 09:18
Unknown Object (File)
Wed, Jan 22, 09:06
Unknown Object (File)
Mon, Jan 20, 05:14
Unknown Object (File)
Fri, Jan 17, 22:55
Unknown Object (File)
Wed, Jan 8, 07:45
Unknown Object (File)
Dec 28 2024, 03:50
Unknown Object (File)
Dec 28 2024, 02:56
Unknown Object (File)
Dec 28 2024, 01:28
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.