[PATCH] Clean up more whitespace.
Kamen Mazdrashki
kamenim at samba.org
Fri Nov 21 11:21:10 MST 2014
Reviewed-by: Kamen Mazdrashki <kamenim at samba.org>
On Fri, Nov 21, 2014 at 4:55 PM, Jelmer Vernooij <jelmer at samba.org> wrote:
> From: Guy Harris <guy at alum.mit.edu>
>
> Reviewed-By: Jelmer Vernooij <jelmer at samba.org>
> Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
> ---
> pidl/lib/Parse/Pidl/Wireshark/Conformance.pm | 10 +++++-----
> pidl/tests/Util.pm | 2 +-
> pidl/tests/wireshark-conf.pl | 2 +-
> 3 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
> b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm
> index f658831..b81cf5e 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,
> diff --git a/pidl/tests/Util.pm b/pidl/tests/Util.pm
> index 63949eb..86b521b 100644
> --- a/pidl/tests/Util.pm
> +++ b/pidl/tests/Util.pm
> @@ -118,7 +118,7 @@ $c
> my $test_data_prefix = $ENV{TEST_DATA_PREFIX};
> my $outfile;
> if (defined($test_data_prefix)) {
> - $outfile = "$test_data_prefix/test-$name";
> + $outfile = "$test_data_prefix/test-$name";
> } else {
> $outfile = "./test-$name";
> }
> diff --git a/pidl/tests/wireshark-conf.pl b/pidl/tests/wireshark-conf.pl
> index 9da5c7d..a8e33df 100755
> --- a/pidl/tests/wireshark-conf.pl
> +++ b/pidl/tests/wireshark-conf.pl
> @@ -15,7 +15,7 @@ use Parse::Pidl::Wireshark::Conformance
> qw(ReadConformanceFH valid_ft_type valid
> sub parse_conf($)
> {
> my $str = shift;
> - open(TMP, "+>", undef) or die("unable to open temp file");
> + open(TMP, "+>", undef) or die("unable to open temp file");
> print TMP $str;
> seek(TMP, 0, 0);
> my $data = {};
> --
> 2.2.0.rc0.207.ga3a616c
>
>
More information about the samba-technical
mailing list