summaryrefslogtreecommitdiff
path: root/make/directive.pm
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-01-24 22:06:27 +0000
committerPeter Powell <petpow@saberuk.com>2019-01-24 22:18:22 +0000
commit961109ae4fde97144fdedeef25607a5b8b3ec2c2 (patch)
treea04b3000fc1000b753fb60588a6f35305e60afdf /make/directive.pm
parentdba2cddc463082ca028617df93e6726253e0866f (diff)
Remove trailing whitespace from various source files.
Diffstat (limited to 'make/directive.pm')
-rw-r--r--make/directive.pm2
1 files changed, 1 insertions, 1 deletions
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!";
}