mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 13:21:04 +00:00
reformat a couple of lines
This commit is contained in:
parent
9fd7079be9
commit
2d4091ffa0
1 changed files with 2 additions and 2 deletions
|
@ -413,8 +413,8 @@ CL_ParseTEnt (void)
|
||||||
/*
|
/*
|
||||||
CL_NewTempEntity
|
CL_NewTempEntity
|
||||||
*/
|
*/
|
||||||
entity_t
|
entity_t *
|
||||||
*CL_NewTempEntity (void)
|
CL_NewTempEntity (void)
|
||||||
{
|
{
|
||||||
entity_t *ent;
|
entity_t *ent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue