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 | |
parent | dba2cddc463082ca028617df93e6726253e0866f (diff) |
Remove trailing whitespace from various source files.
Diffstat (limited to 'make')
-rwxr-xr-x | make/calcdep.pl | 2 | ||||
-rw-r--r-- | make/configure.pm | 2 | ||||
-rw-r--r-- | make/directive.pm | 2 | ||||
-rw-r--r-- | make/template/inspircd.1 | 2 |
4 files changed, 4 insertions, 4 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; diff --git a/make/configure.pm b/make/configure.pm index bccef2147..877e4ce6c 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -39,7 +39,7 @@ use File::Spec::Functions qw(catdir catfile); use make::common; use make::console; -use constant CONFIGURE_ROOT => dirname dirname __FILE__; +use constant CONFIGURE_ROOT => dirname dirname __FILE__; use constant CONFIGURE_DIRECTORY => catdir(CONFIGURE_ROOT, '.configure'); use constant CONFIGURE_CACHE_FILE => catfile(CONFIGURE_DIRECTORY, 'cache.cfg'); use constant CONFIGURE_CACHE_VERSION => '1'; diff --git a/make/directive.pm b/make/directive.pm index ef6bb1bf5..c0c2aee85 100644 --- a/make/directive.pm +++ b/make/directive.pm @@ -164,7 +164,7 @@ sub __function_execute { return $defaults; } - # Executing the command failed and we don't have any defaults so give up. + # Executing the command failed and we don't have any defaults so give up. __error $file, "`<|GREEN $command|>` exited with a non-zero exit code!"; } diff --git a/make/template/inspircd.1 b/make/template/inspircd.1 index 38dd7dea4..2bc8fd044 100644 --- a/make/template/inspircd.1 +++ b/make/template/inspircd.1 @@ -24,7 +24,7 @@ .BR .SH "SYNOPSIS" -\t\fBinspircd\fR [--config <file>] [--debug] [--nofork] [--nolog] [--nopid] [--runasroot] [--version] +\t\fBinspircd\fR [--config <file>] [--debug] [--nofork] [--nolog] [--nopid] [--runasroot] [--version] .SH "OPTIONS" .TP |