Index: tests/io/manipulatorsInput.cfa
===================================================================
--- tests/io/manipulatorsInput.cfa	(revision 02b1ac68e0839ef2ac2063fcc5f5003e5d39fa3c)
+++ tests/io/manipulatorsInput.cfa	(revision 652715028339a79c8a15b80540511937617ecbac)
@@ -7,6 +7,6 @@
 // Created On       : Sat Jun  8 17:58:54 2019
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Jul 15 15:56:03 2020
-// Update Count     : 47
+// Last Modified On : Sat Jun 17 07:56:02 2023
+// Update Count     : 48
 // 
 
@@ -152,5 +152,5 @@
 		sin | ignore( wdi( 8, ldc ) );			sout | ldc;
 	}
-#if defined( __SIZEOF_INT128__ )
+	#if defined( __SIZEOF_INT128__ )
 	{
 		int128 val;
@@ -160,5 +160,5 @@
 		}
 	}
-#endif // __SIZEOF_INT128__
+	#endif // __SIZEOF_INT128__
 } // main
 
