Skip to content

Commit

Permalink
Coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
saltybeagle committed Sep 6, 2011
1 parent f49acb8 commit 00f4c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/pyrus
Expand Up @@ -15,7 +15,7 @@ foreach (array('phar', 'spl', 'pcre', 'simplexml', 'libxml', 'xmlreader', 'sqlit
$missing_extensions[] = $ext;
}
}
if($missing_extensions) {
if ($missing_extensions) {
echo "You must compile PHP with the following extensions enabled:\n",
implode(', ', $missing_extensions), "\n",
"or install the necessary extensions for your distribution.\n";
Expand Down
2 changes: 1 addition & 1 deletion stub.php
Expand Up @@ -15,7 +15,7 @@
$missing_extensions[] = $ext;
}
}
if($missing_extensions) {
if ($missing_extensions) {
echo "You must compile PHP with the following extensions enabled:\n",
implode(', ', $missing_extensions), "\n",
"or install the necessary extensions for your distribution.\n";
Expand Down

0 comments on commit 00f4c57

Please sign in to comment.