Skip to content

Commit 6270114

Browse files
joshuaspenceepriestley
authored and
epriestley
committedFeb 26, 2014
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
1 parent 361e49d commit 6270114

File tree

268 files changed

+108
-389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+108
-389
lines changed
 

‎conf/production.conf.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
return array(
44

55
) + phabricator_read_config_file('default');
6-

‎resources/sql/patches/000.project.sql

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
create table {$NAMESPACE}_project.project (
32
id int unsigned not null auto_increment primary key,
43
name varchar(255) not null,
@@ -28,4 +27,3 @@ create table {$NAMESPACE}_project.project_affiliation (
2827
dateCreated int unsigned not null,
2928
dateModified int unsigned not null
3029
);
31-

0 commit comments

Comments
 (0)
Failed to load comments.