pidl-wireshark: fix trailing white space in the HF definition
[samba.git] / pidl / tests / wireshark-ndr.pl
index 8c2cd47584b238f73fc67bd5ee8e10e6b1e41759..49ecc5c03585d4c55d035e4b33ae1c45cca26350 100755 (executable)
@@ -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 }},
        };
 ");