aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-10-19 18:48:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-10-19 18:48:59 +1300
commit9f64a71db8a3bf0a313690f1bcc765bbebee0c3d (patch)
tree182e3027ad873abbab152afa8f12d2c739ce8a06 /bin
parentMerge branch 'openbsd' (diff)
downloaddotfiles-9f64a71db8a3bf0a313690f1bcc765bbebee0c3d.tar.gz
dotfiles-9f64a71db8a3bf0a313690f1bcc765bbebee0c3d.zip
Remove some trailing whitespace
Diffstat (limited to 'bin')
-rw-r--r--bin/mftl.awk2
-rwxr-xr-xbin/rgl2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/mftl.awk b/bin/mftl.awk
index ee6ff022..163857bf 100644
--- a/bin/mftl.awk
+++ b/bin/mftl.awk
@@ -12,7 +12,7 @@ BEGIN {
# Join backslash-broken lines
/\\$/ {
sub(/\\$/, "")
- line = line $0
+ line = line $0
next
}
{
diff --git a/bin/rgl b/bin/rgl
index 9369a942..a06ecd0a 100755
--- a/bin/rgl
+++ b/bin/rgl
@@ -9,7 +9,7 @@ if [ "$#" -eq 0 ] ; then
fi
# Iterate over the patterns and search for each one
-while {
+while {
# If the input is a terminal, print a slash prompt for the next pattern;
# try to print it in bold red, too, but discard stderr if we can't