Subversion Repositories vnag

Compare Revisions

Regard whitespace Rev 33 → Rev 59

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