zap trailing whitespace and tabs

This commit is contained in:
purplerain 2023-09-16 04:38:16 +00:00
parent 8b897ac235
commit 2990d002be
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
179 changed files with 992 additions and 992 deletions

View file

@ -55,11 +55,11 @@ sub run($class, $ltprog, $gp, $ltconfig)
my @pie_flags = ();
$gp->handle_permuted_options('o:!@',
qr{\-Wc\,(.*)},
sub {
qr{\-Wc\,(.*)},
sub {
$gp->keep_for_later(split(/\,/, shift));
},
'Xcompiler:',
'Xcompiler:',
sub {
$gp->keep_for_later($_[2]);
},
@ -70,12 +70,12 @@ sub run($class, $ltprog, $gp, $ltconfig)
'no-suppress', # we just ignore that one
'prefer-pic', sub { $pic_mode = 1; },
'prefer-non-pic', sub { $pic_mode = 0; },
'static',
sub {
$pic = 0;
'static',
sub {
$pic = 0;
$nonpic = 1;
},
'shared',
'shared',
sub {
if (!$pic) {
shortdie "bad configuration: can't build shared library";