Explorar el Código

Replaced tabs by spaces

Ray hace 7 años
padre
commit
8f4b53384c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/textures.c

+ 1 - 1
src/textures.c

@@ -819,7 +819,7 @@ void ImageFormat(Image *image, int newFormat)
             if (image->mipmaps > 1)
             {
                 image->mipmaps = 1;
-		assert(image->data != NULL);
+        assert(image->data != NULL);
                 ImageMipmaps(image);
             }
         }