Various linter fixes.

Summary:
- Removed trailing newlines.
- Added newline at EOF.
- Removed leading newlines.
- Trimmed trailing whitespace.
- Spelling fix.
- Added newline at EOF

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: hach-que, chad, Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8344
This commit is contained in:
Joshua Spence
2014-02-26 12:44:58 -08:00
committed by epriestley
parent 361e49dd67
commit 6270114767
268 changed files with 108 additions and 389 deletions

View File

@@ -5,4 +5,4 @@ ALTER TABLE {$NAMESPACE}_phriction.phriction_content
ADD changeType INT UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE {$NAMESPACE}_phriction.phriction_content
ADD changeRef INT UNSIGNED DEFAULT NULL;
ADD changeRef INT UNSIGNED DEFAULT NULL;