Wireshark-commits: [Wireshark-commits] master-2.0 0096f90: White space and style cleanups.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0096f90456f13fbe8dd265640baed3732c5c7384
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
0096f90 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: If95d04f8e00fb58f8db0b55f994d843b009538fe
Reviewed-on: https://code.wireshark.org/review/20911
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 88167e0 WLCCP: ensure that offset is always incremented in dissect_wlccp_tlvs()
adds 0096f90 White space and style cleanups.
Summary of changes:
epan/dissectors/packet-dns.c | 250 +++++++++++++++---------------------------
1 file changed, 86 insertions(+), 164 deletions(-)