This: ```cpp #if(defined(FOO)) #endif ``` becomes ```cpp #ifdefFOO #endif ``` (It fails to add a space.) [Godbolt](https://godbolt.org/z/h44jzj4vY).