Remove trailing whitespace

This commit is contained in:
Tom G. Christensen
2012-05-26 10:54:42 +02:00
parent 0c7484d227
commit 09c04aeabb
4 changed files with 43 additions and 43 deletions

View File

@@ -26,7 +26,7 @@ reg() {
all()
{
for METHOD in $METHODS
for METHOD in $METHODS
do
case $METHOD in
all*|*clean|check) ;;
@@ -45,7 +45,7 @@ usage() {
build_sh() {
# Register internal functions last
# The empty reg is trickery to get exactly 1 space at each end of the METHODS string
reg all
reg all
reg
#
local OK=0