Tab to spaces

release/v2.9
Thomas Sterren 2018-03-06 09:42:00 +01:00
parent 65d00b16b9
commit 3cb7afbdec
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ void* gfxAlloc(size_t sz)
void* gfxRealloc(void* ptr, size_t oldsz, size_t newsz) void* gfxRealloc(void* ptr, size_t oldsz, size_t newsz)
{ {
Q_UNUSED(oldsz) Q_UNUSED(oldsz)
return realloc(ptr, newsz); return realloc(ptr, newsz);
} }
void gfxFree(void* ptr) void gfxFree(void* ptr)