changed tabs from 8 to 4 spaces

This commit is contained in:
Andreas Steffen
2006-06-16 05:52:26 +00:00
parent c345ff0b1e
commit 277379620c
+1 -1
View File
@@ -70,7 +70,7 @@ while ($line = <SRC>)
} }
if (length($4) > 0) if (length($4) > 0)
{ {
printf OID_H "#define %s%s%d\n", $4, "\t" x ((39-length($4))/8), $counter; printf OID_H "#define %s%s%d\n", $4, "\t" x ((39-length($4))/4), $counter;
} }
$counter++; $counter++;
} }