From 8a5b29c8f3344226c8d2e57f4d775293bdcb089d Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 11 Jan 2016 21:20:14 -0800 Subject: Fix indentation. Change-Id: I5b01865b33b65ee55718be680b6d17cdeee1a809 Reviewed-on: https://code.wireshark.org/review/13208 Reviewed-by: Guy Harris --- ui/tap-sctp-analysis.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ui') diff --git a/ui/tap-sctp-analysis.c b/ui/tap-sctp-analysis.c index d2ae35a3fe..114f3d75d3 100644 --- a/ui/tap-sctp-analysis.c +++ b/ui/tap-sctp-analysis.c @@ -223,9 +223,9 @@ find_assoc(sctp_tmp_info_t *needle) { while (list) { - info = (sctp_assoc_info_t*)(list->data); - if (needle->assoc_id == info->assoc_id) - return info; + info = (sctp_assoc_info_t*)(list->data); + if (needle->assoc_id == info->assoc_id) + return info; list = g_list_previous(list); } -- cgit v1.2.1