wine/server token.c thread.c registry.c named_ ...

Alexandre Julliard julliard at winehq.org
Fri Jun 10 14:54:46 CDT 2005


ChangeSet ID:	18081
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/06/10 14:54:46

Modified files:
	server         : token.c thread.c registry.c named_pipe.c 
	                 mailslot.c fd.c change.c 

Log message:
	Robert Shearman <rob at codeweavers.com>
	Change code style of form "if( x )" to "if (x)" for consistency.

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

Old revision  New revision  Changes     Path
 1.9           1.10          +1 -1       wine/server/token.c
 1.115         1.116         +1 -1       wine/server/thread.c
 1.72          1.73          +6 -6       wine/server/registry.c
 1.42          1.43          +36 -36     wine/server/named_pipe.c
 1.6           1.7           +16 -16     wine/server/mailslot.c
 1.40          1.41          +2 -2       wine/server/fd.c
 1.23          1.24          +8 -8       wine/server/change.c




More information about the wine-cvs mailing list