Formatting tweaks

This commit is contained in:
raysan5
2016-08-31 10:27:29 +02:00
parent d27709b1f2
commit a9ab516dae
5 changed files with 19 additions and 19 deletions

View File

@@ -1612,7 +1612,7 @@ static Image LoadDDS(const char *fileName)
image.mipmaps = header.mipmapCount;
switch(header.ddspf.fourCC)
switch (header.ddspf.fourCC)
{
case FOURCC_DXT1:
{