]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/entity/generic.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / plugins / entity / generic.h
index 1a04b95fc22b218fa68da8e755d3dfca9dcbba38..1f9c2cda06fcd243309a5e7df905a6e882d7711e 100644 (file)
@@ -22,6 +22,6 @@
 #if !defined( INCLUDED_GENERIC_H )
 #define INCLUDED_GENERIC_H
 
-scene::Node &New_GenericEntity(EntityClass *eclass);
+scene::Node& New_GenericEntity( EntityClass* eclass );
 
 #endif