1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-07-21 03:04:15 -04:00

Cleanup: Code style

This commit is contained in:
Philipp Schafft 2018-09-12 09:14:20 +00:00
parent 6973fe2cac
commit ceab1c8cf5

View File

@ -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--)
{