wine/dlls/ole32 defaulthandler.c

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 19 09:42:53 CDT 2005


ChangeSet ID:	20289
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/09/19 09:42:53

Modified files:
	dlls/ole32     : defaulthandler.c 

Log message:
	Robert Shearman <rob at codeweavers.com>
	- Remove redunant braces.
	- Compact multi-line comments that fit into one line.
	- Remove comments that state the obvious.
	- Remove extra brackets that are redundant because the -> operator
	binds tighter than &.
	- Change "this" to "This" to make code more like other interface
	implementations.
	- Remove redundant comparisons with NULL for pointers.

Patch: http://cvs.winehq.org/patch.py?id=20289

Old revision  New revision  Changes     Path
 1.27          1.28          +172 -274   wine/dlls/ole32/defaulthandler.c




More information about the wine-cvs mailing list