- Remove redunant braces.
commit83f3b370b1dfe447b1f1f3afc81c744245bd4d12
authorRobert Shearman <rob@codeweavers.com>
Mon, 19 Sep 2005 14:42:53 +0000 (19 14:42 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Sep 2005 14:42:53 +0000 (19 14:42 +0000)
tree3c34b265507c67f575577cc0ad7151dbcd2256bc
parent8c2ba6f93c50ddc5d45f8efab2f843c1fc4d6481
- 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.
dlls/ole32/defaulthandler.c