summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-23 20:13:48 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-23 20:13:48 +0000
commita92a1252f5778a9446369be7bed758fc391bb0a5 (patch)
tree2c1f2271781f1903a8dca77d51519f5cc206387f
parentaa65e8463ec72ca61bf4769ae943d533f474e4d1 (diff)
downloadwireshark-a92a1252f5778a9446369be7bed758fc391bb0a5.tar.gz
Add modelines info
svn path=/trunk/; revision=54417
-rw-r--r--epan/dissectors/packet-fcsb3.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fcsb3.c b/epan/dissectors/packet-fcsb3.c
index b57fbcc9a7..dd3790ec62 100644
--- a/epan/dissectors/packet-fcsb3.c
+++ b/epan/dissectors/packet-fcsb3.c
@@ -1315,4 +1315,15 @@ proto_reg_handoff_fcsbccs (void)
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:
+ */