Along with #300 , I suggest outlining here the changes that should be done to current codebase to harmonize the rules: - [x] change `} while(0)` to `} while (0)` - [ ] check no file has consecutive empty lines, even at end
Along with #300 , I suggest outlining here the changes that should be done to current codebase to harmonize the rules:
} while(0)to} while (0)