diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-24 22:06:27 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-24 22:18:22 +0000 |
commit | 961109ae4fde97144fdedeef25607a5b8b3ec2c2 (patch) | |
tree | a04b3000fc1000b753fb60588a6f35305e60afdf /make/calcdep.pl | |
parent | dba2cddc463082ca028617df93e6726253e0866f (diff) |
Remove trailing whitespace from various source files.
Diffstat (limited to 'make/calcdep.pl')
-rwxr-xr-x | make/calcdep.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/calcdep.pl b/make/calcdep.pl index 5dc0f6878..279fdffce 100755 --- a/make/calcdep.pl +++ b/make/calcdep.pl @@ -112,7 +112,7 @@ END } } } - + my $core_mk = join ' ', @core_deps; my $mods = join ' ', @modlist; print MAKE <<END; |