mirror of
https://github.com/curl/curl.git
synced 2026-07-24 14:27:16 +03:00
kill trailing whitespace
This commit is contained in:
parent
a40dcca794
commit
66ee6d07f8
1 changed files with 3 additions and 3 deletions
|
|
@ -129,14 +129,14 @@ static const unsigned char hugehelpgz[] = {
|
|||
HEAD
|
||||
;
|
||||
my $c=0;
|
||||
print " ";
|
||||
print " ";
|
||||
for(@gzip) {
|
||||
my @all=split(//, $_);
|
||||
for(@all) {
|
||||
my $num=ord($_);
|
||||
printf("0x%02x, ", 0+$num);
|
||||
printf(" 0x%02x,", 0+$num);
|
||||
if(++$c>11) {
|
||||
print "\n ";
|
||||
print "\n ";
|
||||
$c=0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue