From 87fd2aa4190a4af6d18517acc3e4e310733c4e2e Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 7 Oct 2021 18:25:31 +0200 Subject: Cosmetics --- src/pointer.nim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/pointer.nim') diff --git a/src/pointer.nim b/src/pointer.nim index d6ce351..91fb8be 100644 --- a/src/pointer.nim +++ b/src/pointer.nim @@ -10,12 +10,12 @@ randomize() type Pointer* = object - x, y: int # The pointer's positiont - dx, dy: int # The pointer's traveling delta - sox, soy: int # The storage offset + x, y: int # The pointer's positiont + dx, dy: int # The pointer's traveling delta + sox, soy: int # The storage offset stringMode, lastCharWasSpace: bool # The string mode flags ss: ref StackStack - next*: ref Pointer # the next element for multi-threaded funge-98 + next*: ref Pointer # the next element for multi-threaded funge-98 characterInput*: proc(): int decimalInput*: proc(): int characterOutput*: proc(v: int) -- cgit v1.2.3