Vitaliy Margolen wrote:
Monday, November 14, 2005, 6:31:29 PM, Raphael wrote:
Changelog:
- implement implement header callback support (HDN_GETDISPINFO notification):
Patch comments: Please use the commonly accepted coding style in wine:
- Indents are 4 spaces (and spaces, not tabs)
- Curly brackets go to their own line:
The style of bracketing was never part of the "commonly accepted coding style in wine". In use are K&R and Gnu style. Though K&R style is The Best and Gnu style an abomination. We didn't have a coding style flame war in a while ;)
if (somethin) { do_this; } else { do_something_else; }
bye michael