trim trailing spaces
This commit is contained in:
parent
30fcfec893
commit
410ae3951e
2
gen.pl
2
gen.pl
@ -15,3 +15,5 @@ foreach my $filename (glob "bn*.c") {
|
||||
}
|
||||
print OUT "\n/* EOF */\n";
|
||||
close OUT or die "Error closing mpi.c after writing: $!";
|
||||
|
||||
system('perl -pli -e "s/\s*$//" mpi.c');
|
||||
|
@ -2817,7 +2817,7 @@ mp_err s_mp_lshd(mp_int *mp, mp_size p)
|
||||
mp_err res;
|
||||
mp_size pos;
|
||||
mp_digit *dp;
|
||||
int ix;
|
||||
int ix;
|
||||
|
||||
if(p == 0)
|
||||
return MP_OKAY;
|
||||
|
Loading…
Reference in New Issue
Block a user