mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[skip ci] ext/standard/pack: Fix indentation to use tabs
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user