pret / pokeemerald

Decompilation of Pokémon Emerald
2.28k stars 2.55k forks source link

Clean up defines lacking spaces #2025

Closed Bassoonian closed 2 months ago

Bassoonian commented 2 months ago

In most cases, defines that take arguments have a space separating them from their definition, eg. #define DEFINE(a) print(a). In some, however, the space was missing, often in the same file or even right next to others that did have a space. This streamlines the style with space across the repo.

Discord contact info

bassoonian