summaryrefslogtreecommitdiff
path: root/ui/gtk/mtp3_summary.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-02-15 13:58:39 -0500
committerBill Meier <wmeier@newsguy.com>2015-02-15 19:02:30 +0000
commitbfde04b845485c5ebf0a9bed15392cf9f0c47374 (patch)
tree7a5ef55dbc0bf4163aa1eacc9c3964ea46b58f8b /ui/gtk/mtp3_summary.c
parent7229c54ae95c7cb6bf0637a1eb21ceeed53dc28d (diff)
downloadwireshark-bfde04b845485c5ebf0a9bed15392cf9f0c47374.tar.gz
ui/gtk/*.c: Add editor modelines; As needed: Fix indentation
Change-Id: I8cd9d9fe5f12c284f46b8f725766f681faccd753 Reviewed-on: https://code.wireshark.org/review/7138 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/gtk/mtp3_summary.c')
-rw-r--r--ui/gtk/mtp3_summary.c27
1 files changed, 20 insertions, 7 deletions
diff --git a/ui/gtk/mtp3_summary.c b/ui/gtk/mtp3_summary.c
index 163f8c14a6..85b319f8ec 100644
--- a/ui/gtk/mtp3_summary.c
+++ b/ui/gtk/mtp3_summary.c
@@ -56,13 +56,13 @@ typedef struct _my_columns_t {
enum
{
- SI_COLUMN,
- NUM_MSUS_COLUMN,
- NUM_MSUS_SEC_COLUMN,
- NUM_BYTES_COLUMN,
- NUM_BYTES_MSU_COLUMN,
- NUM_BYTES_SEC_COLUMN,
- N_COLUMN /* The number of columns */
+ SI_COLUMN,
+ NUM_MSUS_COLUMN,
+ NUM_MSUS_SEC_COLUMN,
+ NUM_BYTES_COLUMN,
+ NUM_BYTES_MSU_COLUMN,
+ NUM_BYTES_SEC_COLUMN,
+ N_COLUMN /* The number of columns */
};
/* Create list */
@@ -440,3 +440,16 @@ void
register_tap_listener_gtkmtp3_summary(void)
{
}
+
+/*
+ * 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:
+ */