From cd871a6b8c82bd2b9d2c1470ea93ba84b7f57885 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Tue, 8 Oct 2013 12:22:18 -0700 Subject: pidl-wireshark: fix trailing white space in the HF definition Signed-off-by: Matthieu Patou Reviewed-by: Stefan Metzmacher --- pidl/tests/wireshark-ndr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pidl/tests') diff --git a/pidl/tests/wireshark-ndr.pl b/pidl/tests/wireshark-ndr.pl index 8c2cd47584..49ecc5c035 100755 --- a/pidl/tests/wireshark-ndr.pl +++ b/pidl/tests/wireshark-ndr.pl @@ -227,7 +227,7 @@ $x->{conformance} = { }; is($x->DumpHfList(), "\tstatic hf_register_info hf[] = { - { &hf_bla, + { &hf_bla, { \"Bla\", \"bla.field\", FT_UINT32, BASE_DEC, NULL, 255, \"NULL\", HFILL }}, }; "); -- cgit