Trimmed whitespace.

This commit is contained in:
Joe Kearney 2025-11-30 14:54:22 -06:00
parent 852dd684ad
commit 871d706847
78 changed files with 7 additions and 78 deletions

View file

@ -168,4 +168,3 @@ Weapon_t WeaponsByID[NUMBER_OF_WEAPONS] =
.Time_To_Reload_in_ms = 3000
}
};

View file

@ -79,4 +79,3 @@ __attribute__((always_inline)) inline Weapon_t GetWeaponFromID(WeaponID_t id)
}
#endif // WEAPON_H