HomeDevCentral

Fix whitespace issues

Description

Fix whitespace issues

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

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: https://devcentral.nasqueron.org/D1158

Details

Provenance
derecksonAuthored on Nov 3 2017, 16:38
derecksonPushed on Nov 3 2017, 17:13
Reviewer
dereckson
Differential Revision
D1158: Fix whitespace issues
Parents
rTOOLSb82a0f69b042: Set chmod files to 644
Branches
Unknown
Tags
Unknown