Newlines at end of k_profiles and k_serverstats

This commit is contained in:
toaster 2023-04-11 20:05:43 +01:00
parent d61d822231
commit d85779c12b
2 changed files with 1 additions and 2 deletions

View file

@ -628,4 +628,3 @@ boolean PR_IsKeyGuest(uint8_t *key)
{
memset(allZero, 0, PUBKEYLENGTH);
return (memcmp(key, allZero, PUBKEYLENGTH) == 0);
}

View file

@ -204,4 +204,4 @@ void SV_UpdateStats(void)
}
SV_SaveStats();
}
}