mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Cleanup: Converted tabs to spaces
This commit is contained in:
parent
19b665ba5c
commit
6973fe2cac
@ -527,7 +527,7 @@ static void __vsnprintf(char *str, size_t size, const char *format, va_list ap)
|
|||||||
snprintf(buf, sizeof(buf), "%lli", (long long int)va_arg(ap, long long int));
|
snprintf(buf, sizeof(buf), "%lli", (long long int)va_arg(ap, long long int));
|
||||||
break;
|
break;
|
||||||
case 'z':
|
case 'z':
|
||||||
/* We do not use 'z' type of snprintf() here as it is not safe to use on a few outdated platforms. */
|
/* We do not use 'z' type of snprintf() here as it is not safe to use on a few outdated platforms. */
|
||||||
if (*format == 'u')
|
if (*format == 'u')
|
||||||
snprintf(buf, sizeof(buf), "%llu", (unsigned long long int)va_arg(ap, size_t));
|
snprintf(buf, sizeof(buf), "%llu", (unsigned long long int)va_arg(ap, size_t));
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user