Wireshark-commits: [Wireshark-commits] master-2.2 1d5fe35: White space and style cleanups.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 4 Apr 2017 18:42:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d5fe352ef61360bfc725578baef27d7fa339d9b
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

1d5fe35 by Guy Harris (guy@xxxxxxxxxxxx):

    White space and style cleanups.
    
    Get rid of extra blank lines.
    
    Clean up indentation.
    
    Use the same style for switch statements inside cases for the main
    switch statement in dissect_dns_answer() that's used for the main switch
    statement.
    
    Change-Id: Ibf34b2c0af6041073c4d2abd19fe2b80941f3496
    Reviewed-on: https://code.wireshark.org/review/20908
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  34271b0   Bluetooth: HFP: Fix "Parameters" field highlight
    adds  1d5fe35   White space and style cleanups.


Summary of changes:
 epan/dissectors/packet-dns.c |  269 ++++++++++++++++--------------------------
 1 file changed, 100 insertions(+), 169 deletions(-)