mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
fix indent
This commit is contained in:
parent
fa2ac12c55
commit
93b51d7cf8
1 changed files with 2 additions and 2 deletions
|
@ -1320,7 +1320,7 @@ main
|
||||||
|
|
||||||
: field ( offset1 size2 "name" -- offset2 )
|
: field ( offset1 size2 "name" -- offset2 )
|
||||||
create
|
create
|
||||||
over , \ fill offset
|
over , \ fill offset
|
||||||
+ \ return new offset
|
+ \ return new offset
|
||||||
does> @ +
|
does> @ +
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue