diff --git a/src/p_enemy.c b/src/p_enemy.c index 9f1b15d53b680cd4ec698f544a78a28dddf2b74d..4126d071683a3b9d1faffcc62870e881d18a0d76 100644 --- a/src/p_enemy.c +++ b/src/p_enemy.c @@ -13715,4 +13715,4 @@ void A_ModuloToState(mobj_t *actor) if ((modulothing % locvar1 == 0)) P_SetMobjState(actor, (locvar2)); modulothing++; -} \ No newline at end of file +} diff --git a/src/p_spec.c b/src/p_spec.c index 23ab04fc7644048203a9bd9ef5bac0d18e67a5ec..5e06a18a76683b0967cd412c916541f527a133de 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -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; } -} \ No newline at end of file +} diff --git a/src/s_sound.c b/src/s_sound.c index 2c6faf04142c1757dd03a311c1968f18045faeb3..1c6cd5ef1a4d6e18419c436f250258aa3c923427 100644 --- a/src/s_sound.c +++ b/src/s_sound.c @@ -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 \ No newline at end of file +#endif