aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-09-17 03:27:40 +0000
committerBill Meier <wmeier@newsguy.com>2008-09-17 03:27:40 +0000
commit9d203cb9c6aeb7a89ffa8e7c3b8b4c5fd81c50bf (patch)
treeb2f94fcd0bf34e1dbdd2dcb6d8239d54132e8626 /epan
parent618f72210229661f918e147c48710aff94daa2cc (diff)
Fix some imdentation
svn path=/trunk/; revision=26223
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-megaco.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-megaco.c b/epan/dissectors/packet-megaco.c
index 4e961fb251..4d7b8b8e5d 100644
--- a/epan/dissectors/packet-megaco.c
+++ b/epan/dissectors/packet-megaco.c
@@ -3327,10 +3327,10 @@ proto_reg_handoff_megaco(void)
*/
static guint txt_tcp_port;
static guint txt_udp_port;
- #if 0
+#if 0
static guint bin_tcp_port;
static guint bin_udp_port;
- #endif
+#endif
if (!megaco_prefs_initialized) {
sdp_handle = find_dissector("sdp");