mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:23:06 +03:00
tidy-up: whitespace (more in Perl)
Follow-up to 8eab2b7086 #17896
Cherry-picked from #17877
Closes #17901
This commit is contained in:
parent
8eab2b7086
commit
ddcfd2d511
43 changed files with 84 additions and 98 deletions
|
|
@ -121,7 +121,7 @@ sub sys_native_abs_path {
|
|||
return File::Spec->rel2abs($path) if !os_is_win();
|
||||
|
||||
# Do not process empty path.
|
||||
return $path if ($path eq '');
|
||||
return $path if($path eq '');
|
||||
|
||||
my $res;
|
||||
if($^O eq 'msys' || $^O eq 'cygwin') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue