aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/easy_codec/codec-g722.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/easy_codec/codec-g722.c')
-rw-r--r--plugins/easy_codec/codec-g722.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/easy_codec/codec-g722.c b/plugins/easy_codec/codec-g722.c
index fd7259816d..a2ab6d10b8 100644
--- a/plugins/easy_codec/codec-g722.c
+++ b/plugins/easy_codec/codec-g722.c
@@ -88,3 +88,15 @@ int codec_g722_decode(void *context, const void *input, int inputSizeBytes, void
return decodedBytes;
}
+/*
+ * 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:
+ */