Improve indentation in OF.fs
Make uniform indentation(width = 4) everywhere in the file. Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
This commit is contained in:
parent
cd8b261a9e
commit
e2a03fc04d
|
@ -181,7 +181,7 @@ CREATE version-str 10 ALLOT
|
|||
;
|
||||
|
||||
: enable-framebuffer-output ( -- )
|
||||
\ enable output on framebuffer
|
||||
\ enable output on framebuffer
|
||||
s" screen" find-alias ?dup IF
|
||||
\ we need to open/close the screen device once
|
||||
\ before "ticking" display-emit to emit
|
||||
|
|
Loading…
Reference in New Issue