Wireshark-commits: [Wireshark-commits] master e9b2859: Clean up modelines and indentation.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Feb 2016 21:34:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e9b2859c45d15fc30dcec2c54fab211476e21392
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e9b2859 by Guy Harris (guy@xxxxxxxxxxxx):

    Clean up modelines and indentation.
    
    HT tab stops are set every 8 spaces on UN*X; UN*X tools that treat an HT
    character as tabbing to 4-space tab stops, or that even are configurable
    but *default* to 4-space tab stops (I'm looking at *you*, Xcode!) are
    broken.  tab-width: 4, tabstop=4, and tabSize=4 are errors if you ever
    expect anybody to look at your file with a UN*X tool, and every text
    file will probably be looked at by a UN*X tool at some point, so Don't
    Do That.
    
    Adjust indentation to reflect the mode lines.
    
    Change-Id: Icf0831717de10fc615971fa1cf75af2f1ea2d03d
    Reviewed-on: https://code.wireshark.org/review/14150
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  12808de   Add text2pcap-scanner_lex.h to the list of generated headers.
    adds  e9b2859   Clean up modelines and indentation.


Summary of changes:
 epan/dissectors/dcerpc/idl2wrs.c     |    9 +++--
 epan/dissectors/packet-h1.c          |   62 +++++++++++++++++-----------------
 epan/dissectors/packet-lbm.h         |    6 ++--
 epan/dissectors/packet-lbtrm.h       |    6 ++--
 epan/dissectors/packet-lbtru.h       |    6 ++--
 epan/dissectors/packet-lbttcp.h      |    6 ++--
 epan/dissectors/packet-rtitcp.c      |    6 ++--
 epan/dissectors/packet-tdmop.c       |    6 ++--
 epan/dissectors/packet-userlog.c     |    8 ++---
 epan/wslua/init_wslua.c              |    6 ++--
 epan/wslua/wslua_util.c              |    6 ++--
 extcap/extcap-base.h                 |   16 ++++-----
 extcap/randpktdump.c                 |    8 ++---
 extcap/sshdump.c                     |    8 ++---
 randpkt_core/randpkt_core.c          |    8 ++---
 randpkt_core/randpkt_core.h          |    8 ++---
 ui/gtk/lbm_stream_dlg.c              |    6 ++--
 ui/gtk/lbm_stream_dlg.h              |    6 ++--
 ui/gtk/lbm_uimflow_dlg.c             |    6 ++--
 ui/gtk/lbm_uimflow_dlg.h             |    6 ++--
 ui/qt/compiled_filter_output.cpp     |    7 ++--
 ui/qt/compiled_filter_output.h       |    6 ++--
 ui/qt/enabled_protocols_dialog.cpp   |    2 +-
 ui/qt/enabled_protocols_dialog.h     |    2 +-
 ui/qt/lbm_lbtrm_transport_dialog.cpp |    6 ++--
 ui/qt/lbm_lbtrm_transport_dialog.h   |    6 ++--
 ui/qt/lbm_lbtru_transport_dialog.cpp |    6 ++--
 ui/qt/lbm_lbtru_transport_dialog.h   |    6 ++--
 ui/qt/lbm_stream_dialog.cpp          |    6 ++--
 ui/qt/lbm_stream_dialog.h            |    6 ++--
 ui/qt/lbm_uimflow_dialog.cpp         |    6 ++--
 ui/qt/lbm_uimflow_dialog.h           |    6 ++--
 wiretap/json.c                       |    2 +-
 wiretap/json.h                       |    2 +-
 wiretap/merge.c                      |    6 ++--
 wsutil/jsmn.c                        |   10 +++---
 wsutil/jsmn.h                        |    8 ++---
 37 files changed, 145 insertions(+), 147 deletions(-)