Index: tests/io/io-acquire.cfa
===================================================================
--- tests/io/io-acquire.cfa	(revision cc56283dd9a67c45d10e89733d2e23acc75cf5f2)
+++ tests/io/io-acquire.cfa	(revision c52f0330d68ead6e49d819136e6238c096f77c10)
@@ -10,6 +10,6 @@
 // Created On       : Mon Mar  1 18:40:09 2021
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Oct  6 18:04:58 2021
-// Update Count     : 72
+// Last Modified On : Mon Jan 10 07:57:12 2022
+// Update Count     : 73
 // 
 
@@ -23,5 +23,5 @@
 
 	for ( 100 ) {										// expression protection
-		mutex(sout) sout | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
+		mutex( sout ) sout | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
 	}
 	mutex( sout ) {										// statement protection
@@ -51,5 +51,5 @@
 	int a, b, c, d, e, f, g, h, i;
 	for ( 100 ) {										// expression protection
-		mutex(sin) sin | a | b | c | d | e | f | g | h | i;
+		mutex( sin ) sin | a | b | c | d | e | f | g | h | i;
 	}
 	mutex( sin ) {										// statement protection
