aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rpc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-05-20 07:37:37 +0000
committerGuy Harris <guy@alum.mit.edu>2003-05-20 07:37:37 +0000
commit5b9c7977972da030a3ca97747dd778f9cd4fea47 (patch)
tree390aefe70b45e8d24ab3edbc4b2b51522860d9fc /packet-rpc.c
parent3e9ae3f138b5710f73530316f9c07d2812366f88 (diff)
Fix more indentation.
svn path=/trunk/; revision=7695
Diffstat (limited to 'packet-rpc.c')
-rw-r--r--packet-rpc.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/packet-rpc.c b/packet-rpc.c
index 3c0d011074..d3062fa45d 100644
--- a/packet-rpc.c
+++ b/packet-rpc.c
@@ -2,7 +2,7 @@
* Routines for rpc dissection
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
*
- * $Id: packet-rpc.c,v 1.123 2003/05/20 07:35:09 guy Exp $
+ * $Id: packet-rpc.c,v 1.124 2003/05/20 07:37:37 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -578,7 +578,7 @@ dissect_rpc_opaque_data(tvbuff_t *tvb, int offset,
if (fixed_length)
tvb_memcpy(tvb,string_buffer, offset, string_length_copy);
else
- tvb_memcpy(tvb,string_buffer,offset+4,string_length_copy);
+ tvb_memcpy(tvb,string_buffer,offset+4,string_length_copy);
if (string_data)
string_buffer[string_length_copy] = '\0';
@@ -632,10 +632,10 @@ dissect_rpc_opaque_data(tvbuff_t *tvb, int offset,
}
}
if (!fixed_length) {
- if (string_tree)
- proto_tree_add_text(string_tree, tvb,offset+0,4,
- "length: %u", string_length);
- offset += 4;
+ if (string_tree)
+ proto_tree_add_text(string_tree, tvb,offset+0,4,
+ "length: %u", string_length);
+ offset += 4;
}
if (string_tree) {