aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-12-27 18:58:08 +0000
committerEvan Huus <eapache@gmail.com>2012-12-27 18:58:08 +0000
commit347a8a2115c8de01a0bc80f2e7744e00f3034cc2 (patch)
tree4a5bdb9e2879516df4aea5e6da217650d064da81 /epan/reassemble.c
parent77caa2d86c26995c46d84c0a620a781b65519239 (diff)
Add full modelines and minor whitespace fixes.
svn path=/trunk/; revision=46812
Diffstat (limited to 'epan/reassemble.c')
-rw-r--r--epan/reassemble.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/epan/reassemble.c b/epan/reassemble.c
index 56da9714c6..abc84dffdc 100644
--- a/epan/reassemble.c
+++ b/epan/reassemble.c
@@ -983,7 +983,7 @@ fragment_add_common(tvbuff_t *tvb, const int offset, const packet_info *pinfo, c
if (fd_head==NULL){
/* not found, this must be the first snooped fragment for this
- * packet. Create list-head.
+ * packet. Create list-head.
*/
fd_head = new_head(0);
@@ -2147,9 +2147,14 @@ show_fragment_seq_tree(fragment_data *fd_head, const fragment_items *fit,
}
/*
- * Local Variables:
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
* c-basic-offset: 8
- * indent-tabs-mode: t
* tab-width: 8
+ * indent-tabs-mode: t
* End:
+ *
+ * vi: set shiftwidth=8 tabstop=8 noexpandtab:
+ * :indentSize=8:tabSize=8:noTabs=false:
*/