Replaced ( void ) with ()

This commit is contained in:
Robert Beckebans 2014-08-02 14:48:04 +02:00
parent f6f02b7c71
commit 352df659a8
39 changed files with 187 additions and 188 deletions

View file

@ -497,7 +497,7 @@ void FilterBrushesIntoTree( uEntity_t* e )
AllocTree
================
*/
tree_t* AllocTree( void )
tree_t* AllocTree()
{
tree_t* tree;
@ -513,7 +513,7 @@ tree_t* AllocTree( void )
AllocNode
================
*/
node_t* AllocNode( void )
node_t* AllocNode()
{
node_t* node;