Index: src/Common/Assert.cc
===================================================================
--- src/Common/Assert.cc	(revision 39eb7840874f3d8db548684079e4631fd7c8fd60)
+++ src/Common/Assert.cc	(revision 4f1b2d6944aa29a9e7a67edffd9ed44c3b919a18)
@@ -10,6 +10,6 @@
 // Created On       : Thu Aug 18 13:26:59 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Aug 19 17:07:08 2016
-// Update Count     : 10
+// Last Modified On : Mon Nov 20 22:57:18 2023
+// Update Count     : 11
 //
 
@@ -39,6 +39,6 @@
 }
 
-void abort(const char *fmt, ...	) noexcept __attribute__((noreturn, format(printf, 1, 2)));
-void abort(const char *fmt, ...	) noexcept {
+void abort(const char *fmt, ... ) noexcept __attribute__((noreturn, format(printf, 1, 2)));
+void abort(const char *fmt, ... ) noexcept {
 	va_list args;
 	va_start( args, fmt );
