LINK16: Add modelines info

Change-Id: I4267de691f9b7064b6110eba1c85ddb6b755d3f5
Reviewed-on: https://code.wireshark.org/review/3648
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-08-15 18:44:11 +02:00 committed by Evan Huus
parent 71901b6bbf
commit e9135cebbb
1 changed files with 13 additions and 0 deletions

View File

@ -287,3 +287,16 @@ void proto_register_link16(void)
proto_register_subtree_array(ett, array_length(ett));
new_register_dissector("link16", dissect_link16, proto_link16);
}
/*
* Editor modelines
*
* Local Variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/