packet-http: Fix whitespace issues

Change-Id: I33b13b576bd69d5c89a5028cc691a5617746e5a5
Reviewed-on: https://code.wireshark.org/review/31216
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Graham Bloice 2018-12-27 08:48:52 +00:00 committed by Alexis La Goutte
parent 5278244a7c
commit 3f8c3e6415
1 changed files with 2 additions and 2 deletions

View File

@ -3760,11 +3760,11 @@ proto_register_http(void)
FT_STRING, BASE_NONE, NULL, 0x0,
"HTTP Response Status Code Description", HFILL }},
{ &hf_http_response_for_uri,
{ "Request URI", "http.response_for.uri",
{ "Request URI", "http.response_for.uri",
FT_STRING, STR_UNICODE, NULL, 0x0,
"HTTP Response For-URI", HFILL }},
{ &hf_http_response_phrase,
{ "Response Phrase", "http.response.phrase",
{ "Response Phrase", "http.response.phrase",
FT_STRING, BASE_NONE, NULL, 0x0,
"HTTP Response Reason Phrase", HFILL }},
{ &hf_http_authorization,