Index: src/Parser/ExpressionNode.cc
===================================================================
--- src/Parser/ExpressionNode.cc	(revision c97b44867c51b52c0416aed36480cc9ed194de7d)
+++ src/Parser/ExpressionNode.cc	(revision f7c41d45b0864759353b87a58188031b9839f4e8)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 13:17:07 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Jan 16 15:52:05 2023
-// Update Count     : 1078
+// Last Modified On : Sat Feb 11 14:49:00 2023
+// Update Count     : 1079
 //
 
@@ -592,5 +592,5 @@
 Expression * build_unary_ptr( OperKinds op, ExpressionNode * expr_node ) {
 	list< Expression * > args;
-	args.push_back(  maybeMoveBuild< Expression >(expr_node) ); // xxx -- this is exactly the same as the val case now, refactor this code.
+	args.push_back( maybeMoveBuild< Expression >(expr_node) ); // xxx -- this is exactly the same as the val case now, refactor this code.
 	return new UntypedExpr( new NameExpr( OperName[ (int)op ] ), args );
 } // build_unary_ptr
