mirror of
https://github.com/curl/curl.git
synced 2026-07-25 17:27:22 +03:00
removed trailing whitespace
This commit is contained in:
parent
5c0ad9581d
commit
ed0364343d
18 changed files with 42 additions and 43 deletions
|
|
@ -58,7 +58,7 @@ endif
|
|||
ifndef LIBIDN_PATH
|
||||
LIBIDN_PATH = ../../../libidn-1.18
|
||||
endif
|
||||
# Edit the path below to point to the base of your MS idndlpackage.
|
||||
# Edit the path below to point to the base of your MS IDN package.
|
||||
# Microsoft Internationalized Domain Names (IDN) Mitigation APIs 1.1
|
||||
# http://www.microsoft.com/downloads/en/details.aspx?FamilyID=ad6158d7-ddba-416a-9109-07607425a815
|
||||
ifndef WINIDN_PATH
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ my @recent = reverse sort sortversions keys %used;
|
|||
# the most recent symbol
|
||||
my $newsym = $recent[0];
|
||||
# the most recent version
|
||||
my $newver = $doc{$newsym};
|
||||
my $newver = $doc{$newsym};
|
||||
|
||||
print "The scanned source uses these symbols introduced in $newver:\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue