Index: src/AST/Decl.hpp
===================================================================
--- src/AST/Decl.hpp	(revision 366f5cd47f06469e6c39617fdc1be75acd3f4943)
+++ src/AST/Decl.hpp	(revision 16d862d1f4c7c71a691ebd6ebddf7bf111bc5d11)
@@ -9,7 +9,7 @@
 // Author           : Aaron B. Moss
 // Created On       : Thu May 9 10:00:00 2019
-// Last Modified By : Andrew Beach
-// Last Modified On : Wed Apr  5 10:42:00 2023
-// Update Count     : 35
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Sun Jun 28 21:54:18 2026
+// Update Count     : 36
 //
 
@@ -108,5 +108,5 @@
 	  init( init ), bitfieldWidth( bitWd ) {}
 
-	const Type* get_type() const override { return type; }
+	const Type * get_type() const override { return type; }
 	void set_type( const Type * ty ) override { type = ty; }
 
