mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Whitespace.
This commit is contained in:
+2
-2
@@ -10264,7 +10264,7 @@ int ma_vscprintf(const char* format, va_list args)
|
||||
return -1;
|
||||
}
|
||||
|
||||
for (;;) {
|
||||
for (;;) {
|
||||
char* pNewTempBuffer = (char*)ma_realloc(pTempBuffer, tempBufferCap, NULL); /* TODO: Add support for custom memory allocators? */
|
||||
if (pNewTempBuffer == NULL) {
|
||||
ma_free(pTempBuffer, NULL);
|
||||
@@ -10283,7 +10283,7 @@ int ma_vscprintf(const char* format, va_list args)
|
||||
|
||||
/* Buffer wasn't big enough. Ideally it'd be nice to use an error code to know the reason for sure, but this is reliable enough. */
|
||||
tempBufferCap *= 2;
|
||||
}
|
||||
}
|
||||
|
||||
return result;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user