aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/atm.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/atm.c')
-rw-r--r--wiretap/atm.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/wiretap/atm.c b/wiretap/atm.c
index dbf768167c..83789e9c22 100644
--- a/wiretap/atm.c
+++ b/wiretap/atm.c
@@ -131,3 +131,16 @@ atm_guess_lane_type(struct wtap_pkthdr *phdr, const guint8 *pd)
}
}
}
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 8
+ * tab-width: 8
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
+ */