Index: src/Parser/TypeData.cc
===================================================================
--- src/Parser/TypeData.cc	(revision fcd1a4697fe82bfe98a2d01862e17f49fc098216)
+++ src/Parser/TypeData.cc	(revision 9f77301aef8274700a61696fe1aafca8aad81323)
@@ -10,6 +10,6 @@
 // Created On       : Sat May 16 15:12:51 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Wed Jul 14 17:46:47 2021
-// Update Count     : 671
+// Last Modified On : Wed Jul 14 18:57:31 2021
+// Update Count     : 672
 //
 
@@ -954,6 +954,5 @@
 	assert( td->typeexpr );
 	// assert( td->typeexpr->expr );
-	return new TypeofType{
-		buildQualifiers( td ), td->typeexpr->build(), td->kind == TypeData::Basetypeof };
+	return new TypeofType{ buildQualifiers( td ), td->typeexpr->build(), td->kind == TypeData::Basetypeof };
 } // buildTypeof
 
