]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/jpeg.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / image / jpeg.h
index 22952971d0f54ce188976c6e9cf87f028f7d35af..110f9ad6e79b71e0cebde17ac92416b3ff1a8221 100644 (file)
@@ -32,9 +32,8 @@
 #define INCLUDED_JPEG_H
 
 class Image;
-
 class ArchiveFile;
 
-Image *LoadJPG(ArchiveFile &file);
+Image* LoadJPG( ArchiveFile& file );
 
 #endif