mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-22 10:52:23 +00:00
All C files should a newline at the end
This commit is contained in:
parent
4e78617c29
commit
cebc1d46f0
3 changed files with 3 additions and 3 deletions
|
@ -13715,4 +13715,4 @@ void A_ModuloToState(mobj_t *actor)
|
|||
if ((modulothing % locvar1 == 0))
|
||||
P_SetMobjState(actor, (locvar2));
|
||||
modulothing++;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9265,4 +9265,4 @@ static void P_SpawnPushers(void)
|
|||
Add_Pusher(p_downwind, l->dx, l->dy, NULL, s, -1, l->flags & ML_NOCLIMB, l->flags & ML_EFFECT4);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2304,4 +2304,4 @@ void ModFilter_OnChange(void)
|
|||
if (openmpt_mhandle)
|
||||
openmpt_module_set_render_param(openmpt_mhandle, OPENMPT_MODULE_RENDER_INTERPOLATIONFILTER_LENGTH, cv_modfilter.value);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue