Skip to content

Commit

Permalink
Add more spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Jul 15, 2019
1 parent df449ff commit 9b06915
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/deleted_file_check.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ function usage($command)
{
echo PHP_EOL;
echo 'Missing starting directory' . PHP_EOL;

usage($argv[0]);

exit(1);
}

Expand All @@ -52,7 +54,9 @@ function usage($command)
{
echo PHP_EOL;
echo 'Missing ending directory' . PHP_EOL;

usage($argv[0]);

exit(1);
}

Expand Down

0 comments on commit 9b06915

Please sign in to comment.