• Robert Shearman's avatar
    - Remove redunant braces. · 83f3b370
    Robert Shearman authored
    - 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.
    83f3b370
defaulthandler.c 38.9 KB