pret / pokeemerald

Decompilation of Pokémon Emerald
2.2k stars 2.36k forks source link

Clean up defines lacking spaces #2025

Closed Bassoonian closed 3 weeks ago

Bassoonian commented 1 month 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