aboutsummaryrefslogtreecommitdiffstats
path: root/epan/circuit.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-10 10:41:10 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-10 14:50:08 +0000
commit23e78cd6bda4758d4f54e0cf3b9c79bb6bcb1f6e (patch)
treed8b5cb335a5f18353e186b298682b0e8cd7bb447 /epan/circuit.c
parentbdbc8e3a79ae7ca7b4d5f100b985f0f1699a33fd (diff)
Add editor modelines; Adjust whitespace as needed.
Change-Id: I3dc57f4c2ca57585103e3b71503ac4c332903e50 Reviewed-on: https://code.wireshark.org/review/4594 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/circuit.c')
-rw-r--r--epan/circuit.c19
1 files changed, 16 insertions, 3 deletions
diff --git a/epan/circuit.c b/epan/circuit.c
index 75639da6b0..0991c8ea98 100644
--- a/epan/circuit.c
+++ b/epan/circuit.c
@@ -76,9 +76,9 @@ circuit_cleanup(void)
* Free up any space allocated for the circuit hashtable.
*
* We can free the hash as the structures pointed to in the
- * hash are in "seasonal" memory which is freed separately.
- * Note: circuit_cleanup() must be called only when
- * seasonal memory is also freed.
+ * hash are in "seasonal" memory which is freed separately.
+ * Note: circuit_cleanup() must be called only when
+ * seasonal memory is also freed.
*/
if (circuit_hashtable != NULL)
@@ -306,3 +306,16 @@ try_circuit_dissector(circuit_type ctype, guint32 circuit_id, guint32 frame,
}
return FALSE;
}
+
+/*
+ * 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:
+ */