summaryrefslogtreecommitdiffstats
path: root/pidl/lib
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-11-21 15:52:32 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-11-22 02:23:10 +0100
commit3949ed67fcb51a88972f89e9a1c9d674b16c8e9a (patch)
tree3eebc376f8b3599c58257ea24f84b6cca661cbae /pidl/lib
parent927290b384bc4f4fd53a1f93d4d27ccc71dd6135 (diff)
downloadsamba-3949ed67fcb51a88972f89e9a1c9d674b16c8e9a.tar.gz
samba-3949ed67fcb51a88972f89e9a1c9d674b16c8e9a.tar.xz
samba-3949ed67fcb51a88972f89e9a1c9d674b16c8e9a.zip
Clean up more whitespace.
Reviewed-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-By: Kamen Mazdrashki <kamenim@samba.org> Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'pidl/lib')
-rw-r--r--pidl/lib/Parse/Pidl/Wireshark/Conformance.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
index f658831ddb..b81cf5edaf 100644
--- a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
+++ b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
@@ -59,7 +59,7 @@ Register a custom ett field
=item I<STRIP_PREFIX> prefix
Remove the specified prefix from all function names (if present).
-
+
=item I<PROTOCOL> longname shortname filtername
Change the short-, long- and filter-name for the current interface in
@@ -363,11 +363,11 @@ sub handle_include
my %field_handlers = (
TYPE => \&handle_type,
- NOEMIT => \&handle_noemit,
+ NOEMIT => \&handle_noemit,
MANUAL => \&handle_manual,
- PARAM_VALUE => \&handle_param_value,
- HF_FIELD => \&handle_hf_field,
- HF_RENAME => \&handle_hf_rename,
+ PARAM_VALUE => \&handle_param_value,
+ HF_FIELD => \&handle_hf_field,
+ HF_RENAME => \&handle_hf_rename,
ETT_FIELD => \&handle_ett_field,
TFS => \&handle_tfs,
STRIP_PREFIX => \&handle_strip_prefix,