From: Thomas Debesse Date: Sun, 19 Jun 2022 21:18:19 +0000 (+0200) Subject: bikeshedding: spacing X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=82d07d1ed4581c13b5217b8a51d5cb6b804b8700;p=xonotic%2Fnetradiant.git bikeshedding: spacing --- diff --git a/tools/quake3/q3map2/image.c b/tools/quake3/q3map2/image.c index 851499d5..aacf9d0b 100644 --- a/tools/quake3/q3map2/image.c +++ b/tools/quake3/q3map2/image.c @@ -504,7 +504,7 @@ image_t *ImageLoad( const char *filename ){ /* attempt to load crn */ StripExtension( name ); strcat( name, ".crn" ); - size = vfsLoadFile( ( const char* ) name, ( void** ) &buffer, 0 ); + size = vfsLoadFile( (const char*) name, (void**) &buffer, 0 ); if ( size > 0 ) { LoadCRNBuffer( buffer, size, &image->pixels, &image->width, &image->height ); break;