diff options
author | Bill Meier <wmeier@newsguy.com> | 2014-09-29 14:07:49 -0400 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2014-09-29 18:21:50 +0000 |
commit | ff5a77256c1987e6aeac6cb032a25fd43d3d8929 (patch) | |
tree | 6a2172f6fb16c2be06ab9a74790fdbe6036a5632 /epan/dissectors/packet-vlan.c | |
parent | 1c055f5b1d31a2b10135ce67467c71af6a42fd6d (diff) | |
download | wireshark-ff5a77256c1987e6aeac6cb032a25fd43d3d8929.tar.gz wireshark-ff5a77256c1987e6aeac6cb032a25fd43d3d8929.tar.bz2 wireshark-ff5a77256c1987e6aeac6cb032a25fd43d3d8929.zip |
Add editor modelines and adjust indentation as needed.
Change-Id: Id57d264299f2026d703c5b08bace4b24b32f184c
Reviewed-on: https://code.wireshark.org/review/4371
Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-vlan.c')
-rw-r--r-- | epan/dissectors/packet-vlan.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-vlan.c b/epan/dissectors/packet-vlan.c index 4479ce67cb..223f1515d2 100644 --- a/epan/dissectors/packet-vlan.c +++ b/epan/dissectors/packet-vlan.c @@ -270,3 +270,16 @@ proto_reg_handoff_vlan(void) dissector_add_uint("ethertype", q_in_q_ethertype, vlan_handle); } + +/* + * Editor modelines - http://www.wireshark.org/tools/modelines.html + * + * Local Variables: + * c-basic-offset: 2 + * tab-width: 8 + * indent-tabs-mode: nil + * End: + * + * ex: set shiftwidth=2 tabstop=8 expandtab: + * :indentSize=2:tabSize=8:noTabs=true: + */ |