Remove some unwanted whitespace that creeped in.
Rob
Index: statemachine
===================================================================
RCS file: /cvs/src/regress/usr.sbin/ifstated/statemachine,v
retrieving revision 1.1
diff -u -p -r1.1 statemachine
--- statemachine 14 Jul 2017 10:41:30 -0000 1.1
+++ statemachine 14 Jul 2017 11:52:58 -0000
@@ -74,7 +74,7 @@ test1 = '( "test -f ${FILE1}" every $EVE
test2 = '( "test -f ${FILE2}" every $EVERY )'
state one {
init {
- run "sleep $SLEEP && ( test -f ${FILE2} || touch ${FILE1} )"
+ run "sleep $SLEEP && ( test -f ${FILE2} || touch ${FILE1} )"
}
if \$test1 && ! \$test2
set-state two
@@ -100,14 +100,14 @@ state five {
init {
run "sleep $SLEEP && touch ${FILE1}"
}
- if ( \$false || \$true ) && ( ! \$true || \$test1 )
+ if ( \$false || \$true ) && ( ! \$true || \$test1 )
set-state six
}
state six {
init {
run "sleep $SLEEP && touch ${FILE1}"
}
- if ( \$false || \$true ) && ( ! \$true || \$test1 )
+ if ( \$false || \$true ) && ( ! \$true || \$test1 )
if \$true
set-state seven
}