aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim-stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-aim-stats.c')
-rw-r--r--epan/dissectors/packet-aim-stats.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/dissectors/packet-aim-stats.c b/epan/dissectors/packet-aim-stats.c
index 5d100a79c5..23dcff1288 100644
--- a/epan/dissectors/packet-aim-stats.c
+++ b/epan/dissectors/packet-aim-stats.c
@@ -78,3 +78,16 @@ proto_reg_handoff_aim_stats(void)
{
aim_init_family(proto_aim_stats, ett_aim_stats, FAMILY_STATS, aim_fnac_family_stats);
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */