summaryrefslogtreecommitdiff
path: root/pidl/tests
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2013-10-08 12:22:18 -0700
committerStefan Metzmacher <metze@samba.org>2013-10-09 08:40:47 +0200
commitcd871a6b8c82bd2b9d2c1470ea93ba84b7f57885 (patch)
tree881eaab128cd833a9940fa163b57f869bd10d2d7 /pidl/tests
parent0de6282e00e1052d8facf6bcad69f2b8fa547895 (diff)
downloadsamba-cd871a6b8c82bd2b9d2c1470ea93ba84b7f57885.tar.gz
samba-cd871a6b8c82bd2b9d2c1470ea93ba84b7f57885.tar.bz2
samba-cd871a6b8c82bd2b9d2c1470ea93ba84b7f57885.zip
pidl-wireshark: fix trailing white space in the HF definition
Signed-off-by: Matthieu Patou <mat@matws.net> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'pidl/tests')
-rwxr-xr-xpidl/tests/wireshark-ndr.pl2
1 files changed, 1 insertions, 1 deletions
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 }},
};
");