Skip to content

Commit

Permalink
Minimize space around %
Browse files Browse the repository at this point in the history
  • Loading branch information
vrana committed Sep 3, 2012
1 parent 8db73ad commit 541561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.php
Expand Up @@ -145,7 +145,7 @@ function php_shrink($input) {
$short_variables[$key] = short_identifier($number, $chars); // could use also numbers and \x7f-\xff
}

$set = array_flip(preg_split('//', '!"#$&\'()*+,-./:;<=>?@[\]^`{|}'));
$set = array_flip(preg_split('//', '!"#$%&\'()*+,-./:;<=>?@[\]^`{|}'));
$space = '';
$output = '';
$in_echo = false;
Expand Down

0 comments on commit 541561b

Please sign in to comment.