mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Update: Code style
This commit is contained in:
parent
a7b391b0f2
commit
368fbd4442
@ -380,11 +380,11 @@ int httpp_parse(http_parser_t *parser, const char *http_data, unsigned long len)
|
|||||||
whitespace = 0;
|
whitespace = 0;
|
||||||
where++;
|
where++;
|
||||||
switch (where) {
|
switch (where) {
|
||||||
case 1:
|
case 1:
|
||||||
uri = &line[0][i];
|
uri = &line[0][i];
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
version = &line[0][i];
|
version = &line[0][i];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user