Space cleanup

This commit is contained in:
Eduardo Quezada
2022-07-29 21:28:39 -04:00
parent 2e1bf0d965
commit 40805fffc0
2 changed files with 11 additions and 11 deletions

View File

@@ -98,7 +98,7 @@ struct RfuGameCompatibilityData
// anything the developers want. This struct is what GF decided to use it for.
// It can be up to 13 bytes in size (RFU_GAME_NAME_LENGTH).
// The player's name is sent separately as the username ("uname"), and does not
// use a struct (gHostRfuUsername).
// use a struct (gHostRfuUsername).
struct __attribute__((packed, aligned(2))) RfuGameData
{
struct RfuGameCompatibilityData compatibility;