Index: src/Parser/parser.yy
===================================================================
--- src/Parser/parser.yy	(revision 99fc978cd06e20f96f5203f5c8ff82d67bbcb037)
+++ src/Parser/parser.yy	(revision 1a40870b22ea640f2a7275e09d2ccd0700b86cf5)
@@ -10,6 +10,6 @@
 // Created On       : Sat Sep  1 20:22:55 2001
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed May 21 11:25:13 2025
-// Update Count     : 7295
+// Last Modified On : Wed May 21 18:44:44 2025
+// Update Count     : 7296
 //
 
@@ -155,5 +155,5 @@
 void distInl( DeclarationNode * declaration ) {
 	// distribute INLINE across all declarations
-	for ( DeclarationNode *decl = declaration ; decl != nullptr ; decl = decl->next ) {
+	for ( DeclarationNode * decl = declaration ; decl != nullptr ; decl = decl->next ) {
 		decl->set_inLine( true );
 	} // for
