Clean up modelines and indentation.
authorGuy Harris <guy@alum.mit.edu>
Thu, 25 Feb 2016 21:34:07 +0000 (13:34 -0800)
committerGuy Harris <guy@alum.mit.edu>
Thu, 25 Feb 2016 21:34:36 +0000 (21:34 +0000)
commite9b2859c45d15fc30dcec2c54fab211476e21392
treeb18d6a7a69b7adf4dbc32ba2e8cbfdb09dc2baa0
parent12808dea8107b67f3de3fa52f409ce0ab600fa16
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@alum.mit.edu>
37 files changed:
epan/dissectors/dcerpc/idl2wrs.c
epan/dissectors/packet-h1.c
epan/dissectors/packet-lbm.h
epan/dissectors/packet-lbtrm.h
epan/dissectors/packet-lbtru.h
epan/dissectors/packet-lbttcp.h
epan/dissectors/packet-rtitcp.c
epan/dissectors/packet-tdmop.c
epan/dissectors/packet-userlog.c
epan/wslua/init_wslua.c
epan/wslua/wslua_util.c
extcap/extcap-base.h
extcap/randpktdump.c
extcap/sshdump.c
randpkt_core/randpkt_core.c
randpkt_core/randpkt_core.h
ui/gtk/lbm_stream_dlg.c
ui/gtk/lbm_stream_dlg.h
ui/gtk/lbm_uimflow_dlg.c
ui/gtk/lbm_uimflow_dlg.h
ui/qt/compiled_filter_output.cpp
ui/qt/compiled_filter_output.h
ui/qt/enabled_protocols_dialog.cpp
ui/qt/enabled_protocols_dialog.h
ui/qt/lbm_lbtrm_transport_dialog.cpp
ui/qt/lbm_lbtrm_transport_dialog.h
ui/qt/lbm_lbtru_transport_dialog.cpp
ui/qt/lbm_lbtru_transport_dialog.h
ui/qt/lbm_stream_dialog.cpp
ui/qt/lbm_stream_dialog.h
ui/qt/lbm_uimflow_dialog.cpp
ui/qt/lbm_uimflow_dialog.h
wiretap/json.c
wiretap/json.h
wiretap/merge.c
wsutil/jsmn.c
wsutil/jsmn.h