]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/imagelib.c
reduce more diff noise
[xonotic/netradiant.git] / tools / quake3 / common / imagelib.c
index 73abf2dee137a57624bf240c364640453952366f..5bc5ff71df9a0e2fee1c039f4224d2f300d17057 100644 (file)
@@ -1172,7 +1172,7 @@ void WriteTGA( const char *filename, byte *data, int width, int height ) {
 
 void WriteTGAGray( const char *filename, byte *data, int width, int height ) {
        byte buffer[18];
 
 void WriteTGAGray( const char *filename, byte *data, int width, int height ) {
        byte buffer[18];
-       FILE    *f;
+       FILE *f;
 
        memset( buffer, 0, 18 );
        buffer[2] = 3;      // uncompressed type
 
        memset( buffer, 0, 18 );
        buffer[2] = 3;      // uncompressed type