Index: src/GenPoly/GenPoly.cpp
===================================================================
--- src/GenPoly/GenPoly.cpp	(revision b6f2e7abcc170946c8758bcf25e0848b57d5f213)
+++ src/GenPoly/GenPoly.cpp	(revision 7886a92f60940b094ce887ff173fc78b094c1261)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Andrew Beach
-// Last Modified On : Mon Oct 24 15:19:00 2022
-// Update Count     : 17
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sun Jun 28 21:49:48 2026
+// Update Count     : 18
 //
 
@@ -252,6 +252,5 @@
 bool typesPolyCompatible( ast::Type const * lhs, ast::Type const * rhs );
 
-static bool exprsPolyCompatibleByStaticValue(
-		const ast::Expr * e1, const ast::Expr * e2 ) {
+static bool exprsPolyCompatibleByStaticValue( const ast::Expr * e1, const ast::Expr * e2 ) {
 	Evaluation r1 = eval(e1);
 	Evaluation r2 = eval(e2);
