Index: src/Common/Assert.cc
===================================================================
--- src/Common/Assert.cc	(revision 539a8c8078617974987dd88ab674a236635a0110)
+++ src/Common/Assert.cc	(revision 8a4e472fbcaee0b36aeb05c18be734a84d347dac)
@@ -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 );
Index: src/include/cassert
===================================================================
--- src/include/cassert	(revision 539a8c8078617974987dd88ab674a236635a0110)
+++ src/include/cassert	(revision 8a4e472fbcaee0b36aeb05c18be734a84d347dac)
@@ -9,7 +9,7 @@
 // Author           : Peter A. Buhr
 // Created On       : Thu Aug 18 13:19:26 2016
-// Last Modified By : Andrew Beach
-// Last Modified On : Mon Jun  3 13:11:00 2017
-// Update Count     : 18
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Mon Nov 20 23:12:34 2023
+// Update Count     : 19
 //
 
@@ -53,5 +53,5 @@
 }
 
-extern void abort(const char *fmt, ...	) noexcept __attribute__((noreturn, format(printf, 1, 2)));
+extern void abort(const char *fmt, ... ) noexcept __attribute__((noreturn, format(printf, 1, 2)));
 // Local Variables: //
 // tab-width: 4 //
