Skip to content

Commit

Permalink
Change tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-m-hay committed Dec 9, 2020
1 parent 641b1ab commit a0a1c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Net/FTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sub new {
# user defined SSL arg
$tlsargs{$_} = $arg{$_} for(grep { m{^SSL_} } keys %arg);
$tlsargs{SSL_reuse_ctx} = IO::Socket::SSL::SSL_Context->new(%tlsargs)
or return;
or return;

} elsif ($arg{SSL}) {
croak("IO::Socket::SSL >= 2.007 needed for SSL support");
Expand Down

0 comments on commit a0a1c12

Please sign in to comment.