Wireshark-commits: [Wireshark-commits] master 0145bd0: asn1: fix -Wmisleading-indentation warnings
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Mar 2020 04:18:54 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0145bd0ce5bf508fbd697ab7c4a7821c26b6bbd4
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0145bd0 by Peter Wu (peter@xxxxxxxxxxxxx):

    asn1: fix -Wmisleading-indentation warnings with Clang 10
    
    A lot of auto-generated ASN.1 dissectors have broken identation and
    Clang 10 started warning about them for the first time. Fix these by
    using 2 spaces as indentation instead of 2, none, or tabs.
    
    Change-Id: Ia91668596c2f5000954d2265c39cc5dba18e44a7
    Reviewed-on: https://code.wireshark.org/review/36368
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4526ad4   Small update to Extreme's MINT
     add  0145bd0   asn1: fix -Wmisleading-indentation warnings with Clang 10


Summary of changes:
 epan/dissectors/asn1/gsm_map/gsm_map.cnf | 28 +++++------
 epan/dissectors/asn1/h245/h245.cnf       | 48 +++++++++----------
 epan/dissectors/asn1/nbap/nbap.cnf       | 82 ++++++++++++++++----------------
 epan/dissectors/asn1/rtse/rtse.cnf       |  2 +-
 epan/dissectors/asn1/s1ap/s1ap.cnf       |  6 +--
 epan/dissectors/packet-gsm_map.c         | 28 +++++------
 epan/dissectors/packet-h245.c            | 48 +++++++++----------
 epan/dissectors/packet-nbap.c            | 82 ++++++++++++++++----------------
 epan/dissectors/packet-rtse.c            |  2 +-
 epan/dissectors/packet-s1ap.c            |  6 +--
 10 files changed, 166 insertions(+), 166 deletions(-)