From 2ac134b3c5bbc4020fd64b878db984f526b432cb Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 13 Oct 2013 19:56:52 +0000 Subject: whitespace fixes; mostly: remove trailing blanks svn path=/trunk/; revision=52591 --- epan/dissectors/packet-iscsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-iscsi.c') diff --git a/epan/dissectors/packet-iscsi.c b/epan/dissectors/packet-iscsi.c index e66c762a72..a30d03d61f 100644 --- a/epan/dissectors/packet-iscsi.c +++ b/epan/dissectors/packet-iscsi.c @@ -876,7 +876,7 @@ dissect_iscsi_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint off val_to_str (asyncEvent, iscsi_asyncevents, "0x%x")); } } - + /* In the interest of speed, if "tree" is NULL, don't do any work not necessary to generate protocol tree items. */ if (tree) { -- cgit v1.2.3