CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/06 07:21:40
Modified files:
games/grdc : grdc.c
Log message:
grdc(6): miscellaneous style(9)
- Sort includes alphabetically
- Sort function prototypes alphabetically
- Add missing whitespace after commas
- Remove extra whitespace after commas
- Add missing whitespace between binary operators
- Add missing whitespace between reserved words and parens, i.e. fix "if("
- Add missing __dead to usage() definition
