Commit 83f3b370 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

- 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.
parent 8c2ba6f9
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment