Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master e2a5ad1: wsutil: fix indentation/modelines in wsjson

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 20 Nov 2018 05:02:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2a5ad1febd5352563407ad13057ef82f7756d43
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e2a5ad1 by Peter Wu (peter@xxxxxxxxxxxxx):

    wsutil: fix indentation/modelines in wsjson
    
    The modelines says tabs, but the actual indentation is 8 spaces. Let's
    change it to match the standard 4 spaces in the top-level .editorconfig.
    
    Change-Id: I2b26b095f5e4f6f8d5d083d41ceaae98f9284fba
    Reviewed-on: https://code.wireshark.org/review/30730
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ba34545   Add an API to get a list of compressed-file extensions, and use it.
     add  e2a5ad1   wsutil: fix indentation/modelines in wsjson


Summary of changes:
 wsutil/wsjson.c | 264 ++++++++++++++++++++++++++++----------------------------
 wsutil/wsjson.h |   6 +-
 2 files changed, 135 insertions(+), 135 deletions(-)