diff --git a/src/k_profiles.c b/src/k_profiles.c index 630c83af9..04fbf0b46 100644 --- a/src/k_profiles.c +++ b/src/k_profiles.c @@ -628,4 +628,3 @@ boolean PR_IsKeyGuest(uint8_t *key) { memset(allZero, 0, PUBKEYLENGTH); return (memcmp(key, allZero, PUBKEYLENGTH) == 0); -} \ No newline at end of file diff --git a/src/k_serverstats.c b/src/k_serverstats.c index 351c69b4d..e046dcc4c 100644 --- a/src/k_serverstats.c +++ b/src/k_serverstats.c @@ -204,4 +204,4 @@ void SV_UpdateStats(void) } SV_SaveStats(); -} \ No newline at end of file +}