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

Commits:

2a8bcfe 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: I77da88a9ffcbf176d27e16222e75c778202c651b
    Reviewed-on: https://code.wireshark.org/review/20907
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  20edef4   NOE: fix "Context" field decoding of EVT_CONTEXT_SWITCH message (was "Unknown" instead of "Call Server" or "Presentation Server")
    adds  2a8bcfe   White space and style cleanups.


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