mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-11-03 04:17:20 -05:00
Cleanup: Code style
This commit is contained in:
parent
6973fe2cac
commit
ceab1c8cf5
@ -551,7 +551,7 @@ static void __vsnprintf(char *str, size_t size, const char *format, va_list ap)
|
||||
|
||||
// the if() is the outer structure so the inner for()
|
||||
// is branch optimized.
|
||||
if (*format == 'H' )
|
||||
if (*format == 'H')
|
||||
{
|
||||
for (; *arg && block_len && size; arg++, size--, block_len--)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user