Index: libcfa/src/bits/locks.hfa
===================================================================
--- libcfa/src/bits/locks.hfa	(revision aa9f21562ec9ecf11a7c8497b3d7b3a2bd8fbdbe)
+++ libcfa/src/bits/locks.hfa	(revision 77de429e7d24919f2087dcef8722710c65f9967c)
@@ -13,6 +13,6 @@
 // Created On       : Tue Oct 31 15:14:38 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Sep 19 18:51:53 2022
-// Update Count     : 17
+// Last Modified On : Tue Sep 20 22:09:50 2022
+// Update Count     : 18
 //
 
@@ -64,5 +64,5 @@
 			#ifndef NOEXPBACK
 				// exponential spin
-			for ( volatile unsigned int s; 0 ~ spin ) Pause();
+				for ( volatile unsigned int s; 0 ~ spin ) Pause();
 
 				// slowly increase by powers of 2
