changed tabs from 8 to 4 spaces
This commit is contained in:
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user