Index: src/main.cpp
===================================================================
--- src/main.cpp	(revision 5c56a22ae6c5d5de298311b438d0663f54b4411e)
+++ src/main.cpp	(revision 7886a92f60940b094ce887ff173fc78b094c1261)
@@ -10,6 +10,6 @@
 // Created On       : Fri May 15 23:12:02 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Mar 20 08:10:38 2026
-// Update Count     : 710
+// Last Modified On : Tue Jun 23 13:56:23 2026
+// Update Count     : 712
 //
 
@@ -281,5 +281,9 @@
 
 		// Currently not working due to unresolved issues with UniqueExpr
-		PASS( "Expand Unique Expr", Tuples::expandUniqueExpr, transUnit ); // xxx - is this the right place for this? want to expand ASAP so tha, sequent passes don't need to worry about double-visiting a unique expr - needs to go after InitTweak::fix so that copy constructed return declarations are reused
+
+		// xxx - is this the right place for this? Want to expand ASAP so that, sequent passes don't need to worry about
+		// double-visiting a unique expr - needs to go after InitTweak::fix so that copy constructed return declarations
+		// are reused
+		PASS( "Expand Unique Expr", Tuples::expandUniqueExpr, transUnit );
 
 		PASS( "Translate Tries", ControlStruct::translateTries, transUnit );
