Index: src/ControlStruct/ForExprMutator.h
===================================================================
--- src/ControlStruct/ForExprMutator.h	(revision d7e9c12013c10d5f7b2e5320bd1fa5e6dfbf298c)
+++ src/ControlStruct/ForExprMutator.h	(revision 3a4732fc2d0558827a90fe9605763e2a13fe5d63)
@@ -10,6 +10,6 @@
 // Created On       : Mon May 18 07:44:20 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Aug 17 15:32:48 2017
-// Update Count     : 5
+// Last Modified On : Sun Jan 30 09:14:46 2022
+// Update Count     : 6
 //
 
@@ -24,7 +24,7 @@
 	class ForExprMutator {
 	  public:
-		Statement *postmutate( IfStmt * );
-		Statement *postmutate( ForStmt * );
-		Statement *postmutate( WhileStmt * );
+		Statement * postmutate( IfStmt * );
+		Statement * postmutate( ForStmt * );
+		Statement * postmutate( WhileStmt * );
 	};
 } // namespace ControlStruct
