From 11b5c15fdb815a2af400bfddef944dbac41a434a Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 25 Feb 2014 15:42:35 -0500 Subject: Remove trailing whitespace Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier Tested-by: Bill Meier --- epan/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/proto.h') diff --git a/epan/proto.h b/epan/proto.h index afc9f26005..b61d8d7569 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -412,7 +412,7 @@ struct _header_field_info { hf.hfinfo.parent = 0; \ hf.hfinfo.ref_type = HF_REF_TYPE_NONE; \ hf.hfinfo.same_name_prev_id = -1; \ - hf.hfinfo.same_name_next = NULL; + hf.hfinfo.same_name_next = NULL; /** Used when registering many fields at once, using proto_register_field_array() */ typedef struct hf_register_info { -- cgit v1.2.1