[skip ci] ext/standard/pack: Fix indentation to use tabs

This commit is contained in:
Gina Peter Banyard 2025-06-10 15:14:07 +01:00
parent a297a44d2f
commit def3a95b14

View file

@ -360,7 +360,7 @@ too_few_args:
/* Calculate output length and upper bound while processing*/
for (i = 0; i < formatcount; i++) {
char code = formatcodes[i];
char code = formatcodes[i];
int arg = formatargs[i];
switch (code) {
@ -443,7 +443,7 @@ too_few_args:
/* Do actual packing */
for (i = 0; i < formatcount; i++) {
char code = formatcodes[i];
char code = formatcodes[i];
int arg = formatargs[i];
switch (code) {