packet-irda.c: Add editor modelines

Change-Id: I626b60a185e750af94306892cd41dc8729920cfd
Reviewed-on: https://code.wireshark.org/review/6393
Reviewed-by: Bill Meier <wmeier@newsguy.com>
This commit is contained in:
Bill Meier 2015-01-07 20:50:45 -05:00
parent 6edb27b58e
commit d245f38c12
1 changed files with 13 additions and 0 deletions

View File

@ -2243,3 +2243,16 @@ void proto_reg_handoff_irda(void)
dissector_add_uint("sll.ltype", LINUX_SLL_P_IRDA_LAP, irda_handle);
data_handle = find_dissector("data");
}
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/