]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/tga.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / image / tga.h
index 226a997ce76d81d195c0eddab41dadec9a1ec295..c67fea3066c8a159ed656d9e035b98746a330094 100644 (file)
@@ -23,9 +23,8 @@
 #define INCLUDED_TGA_H
 
 class Image;
-
 class ArchiveFile;
 
-Image *LoadTGA(ArchiveFile &file);
+Image* LoadTGA( ArchiveFile& file );
 
 #endif