about summary refs log tree commit diff stats
path: root/subx/examples/ex4.subx
diff options
context:
space:
mode:
Diffstat (limited to 'subx/examples/ex4.subx')
-rw-r--r--subx/examples/ex4.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/examples/ex4.subx b/subx/examples/ex4.subx
index bb0525e4..512978d1 100644
--- a/subx/examples/ex4.subx
+++ b/subx/examples/ex4.subx
@@ -37,6 +37,6 @@
 
 == data
 x:
-00 00 00 00  # space for read() to write to
+  00 00 00 00  # space for read() to write to
 
 # vim:ft=subx:nowrap