aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2012-09-25 19:57:10 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2012-09-25 19:57:10 +0000
commit82f78f6ed65345b33c0aae5944042c18566ab9af (patch)
tree06875cdec3b4dda21fb2b24d74ca165e5f52c001
parent7da8dfc0b8a5ba1fed11709aef681f9e84e4534d (diff)
trival: replaced tabs with spaces, added modelines
svn path=/trunk/; revision=45138
-rw-r--r--epan/dissectors/packet-btsap.c15
1 files changed, 14 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btsap.c b/epan/dissectors/packet-btsap.c
index f7adac79d2..83fc8418f4 100644
--- a/epan/dissectors/packet-btsap.c
+++ b/epan/dissectors/packet-btsap.c
@@ -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:
+ */