aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afs.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-10 15:54:57 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-10 15:54:57 +0000
commitb9a4862c10a8e8a3ef7c9983b857c7d6ce5facc1 (patch)
treea705161815ce4b6ab546dbeb6743658d6d50cfe0 /epan/dissectors/packet-afs.c
parent09d82e68d193228c1fd9a25441f403a1c41f7951 (diff)
Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32735 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-afs.c')
-rw-r--r--epan/dissectors/packet-afs.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/epan/dissectors/packet-afs.c b/epan/dissectors/packet-afs.c
index 8ca5090f58..a311f226ed 100644
--- a/epan/dissectors/packet-afs.c
+++ b/epan/dissectors/packet-afs.c
@@ -1362,18 +1362,18 @@ static void dissect_backup_request(tvbuff_t *tvb, struct rxinfo *rxinfo,
static gint
afs_equal(gconstpointer v, gconstpointer w)
{
- const struct afs_request_key *v1 = (const struct afs_request_key *)v;
- const struct afs_request_key *v2 = (const struct afs_request_key *)w;
+ const struct afs_request_key *v1 = (const struct afs_request_key *)v;
+ const struct afs_request_key *v2 = (const struct afs_request_key *)w;
- if (v1 -> conversation == v2 -> conversation &&
- v1 -> epoch == v2 -> epoch &&
- v1 -> cid == v2 -> cid &&
- v1 -> callnumber == v2 -> callnumber ) {
+ if (v1 -> conversation == v2 -> conversation &&
+ v1 -> epoch == v2 -> epoch &&
+ v1 -> cid == v2 -> cid &&
+ v1 -> callnumber == v2 -> callnumber ) {
- return 1;
- }
+ return 1;
+ }
- return 0;
+ return 0;
}
static guint