diff --git a/extensions/tf2/holiday.cpp b/extensions/tf2/holiday.cpp index 61948abb..b358b742 100644 --- a/extensions/tf2/holiday.cpp +++ b/extensions/tf2/holiday.cpp @@ -43,4 +43,4 @@ void InitialiseGetHolidayDetour() void RemoveGetHolidayDetour() { getHolidayDetour->Destroy(); -} \ No newline at end of file +} diff --git a/extensions/tf2/holiday.h b/extensions/tf2/holiday.h index ab4f0ddd..ad20bf63 100644 --- a/extensions/tf2/holiday.h +++ b/extensions/tf2/holiday.h @@ -42,4 +42,4 @@ void RemoveGetHolidayDetour(); extern IForward *g_getHolidayForward; -#endif //_INCLUDE_SOURCEMOD_HOLIDAY_H_ \ No newline at end of file +#endif //_INCLUDE_SOURCEMOD_HOLIDAY_H_