]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
bikeshedding: spacing
authorThomas Debesse <dev@illwieckz.net>
Sun, 19 Jun 2022 21:18:19 +0000 (23:18 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sun, 19 Jun 2022 21:18:19 +0000 (23:18 +0200)
tools/quake3/q3map2/image.c

index 851499d52accc4f20c4477a753cd1f0e4a3f4d16..aacf9d0b85c8edbb1855cdbef6aaf4d07ecb2f49 100644 (file)
@@ -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;