chiark / gitweb /
server/tests.at: Whitespace fixing.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 20 Jan 2012 01:23:04 +0000 (01:23 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 24 Jan 2012 01:49:21 +0000 (01:49 +0000)
Didn't have whitespace-mode turned on by default for this stuff.

server/tests.at

index 0a7e7855803d5604a4be92b595161f8143c23656..4fcd9cd2abb714b29bae9048703fbc1a2115ebcc 100644 (file)
@@ -209,7 +209,7 @@ WITH_2TRIPES([alice], [bob], [-nslip], [-talice], [-tbob], [
     echo WATCH +n
     while read line; do
       case "$line" in
-        OK) ;;
+       OK) ;;
        "NOTE KXDONE "*) break ;;
        NOTE*) ;;
        *) exit 63 ;;
@@ -268,9 +268,9 @@ WITH_TRIPE(, [
     read line
     case "$line" in
       OK)
-        ;;
+       ;;
       *)
-        echo >&2 "SVCCLAIM failed: $line"
+       echo >&2 "SVCCLAIM failed: $line"
        exit 1
        ;;
     esac
@@ -295,7 +295,7 @@ WITH_TRIPE(, [
            case "$[]1,$[]2,$[]3,$[]4" in
              SVCCANCEL,$tag,,) break ;;
              SVCJOB,*,test,ESCAPE)
-               echo >&2 "attempt to escape from alkatraz"
+               echo >&2 "attempt to escape from alkatraz"
                exit 1
                ;;
            esac