mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
[skip ci] ext/standard/pack: Fix indentation to use tabs
This commit is contained in:
parent
a297a44d2f
commit
def3a95b14
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue