Index: libcfa/src/heap.cfa
===================================================================
--- libcfa/src/heap.cfa	(revision 1b55756f074813c01db481a4334fcf7977f48b0d)
+++ libcfa/src/heap.cfa	(revision a025ea8fc842c322ac2309643fd78e59a152cc3b)
@@ -10,6 +10,6 @@
 // Created On       : Tue Dec 19 21:58:35 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Sep  7 15:17:13 2020
-// Update Count     : 956
+// Last Modified On : Mon Sep  7 22:17:46 2020
+// Update Count     : 957
 //
 
@@ -1257,5 +1257,5 @@
 	} else if ( ! isFakeHeader							// old real header (aligned on libAlign) ?
 				&& nalign == libAlign() ) {				// new alignment also on libAlign => no fake header needed
-		return resize( oaddr, size );							// duplicate special case checks
+		return resize( oaddr, size );					// duplicate special case checks
 	} // if
 
