summary refs log tree commit diff
path: root/labels.e
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2026-05-08 02:28:51 -0700
committerIrene Knapp <ireneista@irenes.space>2026-05-08 02:28:51 -0700
commitbf15d5cd2181e030234b399e9ced4a59447c1704 (patch)
tree39d508f766af953ebda536ce0e1c7df39d5b962e /labels.e
parent7f152cff58934c6e34c68887cba6afb167371298 (diff)
formatting changes
Force-Push: yes
Change-Id: Iba125ccfd005151822d31af050ea3b4e2907d853
Diffstat (limited to 'labels.e')
-rw-r--r--labels.e3
1 files changed, 2 insertions, 1 deletions
diff --git a/labels.e b/labels.e
index be601a3..b524229 100644
--- a/labels.e
+++ b/labels.e
@@ -128,7 +128,8 @@ init-labels
 ~ (label entry pointer -- label value)
 : use-label
   ~ If it hasn't been defined yet, mark it used-before-set.
-  dup label-status dup @ dup 0x02 & not { 0x04 | swap ! } { drop drop } if-else
+  dup label-status dup @ dup 0x02 & not
+  { 0x04 | swap ! } { drop drop } if-else
 
   ~ Mark it used. It's faster to just do this than to check if it's needed.
   dup label-status dup @ 0x01 | swap !