Subversion Repositories vnag

Compare Revisions

Regard whitespace Rev 59 → Rev 33

/trunk/signtool/sign
24,7 → 24,6
for ($i=1; $i<$argc; $i++) {
$file = $argv[$i];
 
if (is_dir($file)) continue;
$cont = file_get_contents($file);
$original = $cont;