aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stat_cmd_args.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-05 18:39:35 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-05 18:39:35 +0000
commitbf762928058b13f3ed633fe4fdebc320cf2bd2dd (patch)
tree7a5e5eab12aac98484c20959902603278d321b33 /epan/stat_cmd_args.h
parent9e49bf897d49131bd9fad87e4da21cd0f967773c (diff)
Fix indent (4 spaces) and add modelines
svn path=/trunk/; revision=54608
Diffstat (limited to 'epan/stat_cmd_args.h')
-rw-r--r--epan/stat_cmd_args.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/stat_cmd_args.h b/epan/stat_cmd_args.h
index e973d0c75d..b3f6fb0dfa 100644
--- a/epan/stat_cmd_args.h
+++ b/epan/stat_cmd_args.h
@@ -43,3 +43,16 @@ WS_DLL_PUBLIC void start_requested_stats(void);
#endif /* __cplusplus */
#endif
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */