about summary refs log tree commit diff stats
path: root/forth
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2022-10-07 23:57:59 +0000
committerelioat <elioat@tilde.institute>2022-10-07 23:57:59 +0000
commitf7dc77b3763ac444fa54e110639fadc6ba70174b (patch)
tree104c0fca807f88fff3564dfb696f1761d0426b5b /forth
parent1a6af4c104ea9d168f947ce082d0f6336f8ea036 (diff)
downloadtour-f7dc77b3763ac444fa54e110639fadc6ba70174b.tar.gz
*
Diffstat (limited to 'forth')
-rw-r--r--forth/pomo.forth4
1 files changed, 2 insertions, 2 deletions
diff --git a/forth/pomo.forth b/forth/pomo.forth
index f568bb9..aaed3f7 100644
--- a/forth/pomo.forth
+++ b/forth/pomo.forth
@@ -32,8 +32,8 @@ VARIABLE REST-TIME
 ( FIXME: reset POMO-TIME and REST-TIME once they've reached 0 )
 : POMO-LOOP
 	BEGIN
-		PAGE 
-			POMO-TIME @ CHECK-POMO-TIME? 1SEC 
+		PAGE
+      POMO-TIME @ CHECK-POMO-TIME? 1SEC 
 		PAGE
 		POMO-TIME @ REST-TIME @ + 0=
 	UNTIL