whitespace: cleanup

This commit is contained in:
Alam Ed Arias 2016-11-01 15:54:52 -04:00
parent 4d46190418
commit 67d2211bca
2 changed files with 1 additions and 2 deletions

View file

@ -10817,4 +10817,3 @@ mobj_t *P_SpawnMobjFromMobj(mobj_t *mobj, fixed_t xofs, fixed_t yofs, fixed_t zo
P_SetScale(newmobj, mobj->scale);
return newmobj;
}