Index: src/GenPoly/GenPoly.cpp
===================================================================
--- src/GenPoly/GenPoly.cpp	(revision 366f5cd47f06469e6c39617fdc1be75acd3f4943)
+++ src/GenPoly/GenPoly.cpp	(revision 16d862d1f4c7c71a691ebd6ebddf7bf111bc5d11)
@@ -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);
