trival: replaced tabs with spaces, added modelines

svn path=/trunk/; revision=45138
This commit is contained in:
Martin Kaiser 2012-09-25 19:57:10 +00:00
parent 7da8dfc0b8
commit 82f78f6ed6
1 changed files with 14 additions and 1 deletions

View File

@ -720,7 +720,7 @@ proto_register_btsap(void)
module = prefs_register_protocol(proto_btsap, NULL);
prefs_register_static_text_preference(module, "sap.version",
"Bluetooth Profile SAP version: 1.1",
"Version of protocol supported by this dissector.");
"Version of protocol supported by this dissector.");
prefs_register_enum_preference(module, "sap.top_dissect",
"Dissecting the top protocols", "Dissecting the top protocols",
@ -741,3 +741,16 @@ proto_reg_handoff_btsap(void)
dissector_add_handle("btrfcomm.channel", btsap_handle);
}
/*
* 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:
*/