1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-07-02 01:50:06 -05:00

Pad space between keyword and paren

This commit is contained in:
Jbleezy
2023-12-16 18:31:54 -08:00
parent 4202d3bbd8
commit c87c2da9a0
35 changed files with 480 additions and 480 deletions

View File

@ -82,7 +82,7 @@ sound_ent_cleanup()
is_jetgun_firing()
{
if(!self attackButtonPressed())
if (!self attackButtonPressed())
{
return 0;
}