]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/ktx.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / image / ktx.h
index f9b0553544312338798c97662f8abe62cf53b100..6070077b3d5109eff088b9e38737b5ae88faaab0 100644 (file)
@@ -23,9 +23,8 @@
 #define INCLUDED_KTX_H
 
 class Image;
-
 class ArchiveFile;
 
-Image *LoadKTX(ArchiveFile &file);
+Image* LoadKTX( ArchiveFile& file );
 
 #endif