From 9f64a71db8a3bf0a313690f1bcc765bbebee0c3d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 19 Oct 2016 18:48:59 +1300 Subject: Remove some trailing whitespace --- bin/mftl.awk | 2 +- bin/rgl | 2 +- sh/shrc.d/path.sh | 2 +- sh/shrc.d/sd.sh | 2 +- 4 files changed, 4 insertions(+), 4 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 diff --git a/sh/shrc.d/path.sh b/sh/shrc.d/path.sh index 2513b0e5..3caabbc9 100644 --- a/sh/shrc.d/path.sh +++ b/sh/shrc.d/path.sh @@ -9,7 +9,7 @@ path() { ;; esac - # Check first argument to figure out operation + # Check first argument to figure out operation case $1 in # List current directories in PATH diff --git a/sh/shrc.d/sd.sh b/sh/shrc.d/sd.sh index 66612f4c..80cb7e39 100644 --- a/sh/shrc.d/sd.sh +++ b/sh/shrc.d/sd.sh @@ -43,7 +43,7 @@ sd() { # Change positional parameters to what will hopefully be a completed # substitution set -- "$( - + # Set the positional parameters to either the requested directory, or # all siblings of the current directory if no request spec=$1 -- cgit v1.2.3