diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2008-12-13 09:26:41 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2008-12-13 09:26:41 +0000 |
commit | a757800a017062f14ac1e783e4598ae1762d0fd3 (patch) | |
tree | 105a7c823e0a239a70fdb43798c28e0c4186da54 /forth/bootstrap | |
parent | 58ca864765bd2ed467c211cbd8ba32f0bb697fa1 (diff) | |
download | openbios-a757800a017062f14ac1e783e4598ae1762d0fd3.zip openbios-a757800a017062f14ac1e783e4598ae1762d0fd3.tar.gz openbios-a757800a017062f14ac1e783e4598ae1762d0fd3.tar.bz2 |
Remove unnecessary trailing newlines
git-svn-id: svn://coreboot.org/openbios/openbios-devel@285 f158a5a8-5612-0410-a976-696ce0be7e32
Diffstat (limited to 'forth/bootstrap')
-rw-r--r-- | forth/bootstrap/builtin.fs | 2 | ||||
-rw-r--r-- | forth/bootstrap/interpreter.fs | 2 | ||||
-rw-r--r-- | forth/bootstrap/memory.fs | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/forth/bootstrap/builtin.fs b/forth/bootstrap/builtin.fs index f99d8ea..03f5fde 100644 --- a/forth/bootstrap/builtin.fs +++ b/forth/bootstrap/builtin.fs @@ -26,5 +26,3 @@ 0 ['] source-id (to) \ builtin terminal has id 0 ; - - diff --git a/forth/bootstrap/interpreter.fs b/forth/bootstrap/interpreter.fs index 70e4650..bc7abe4 100644 --- a/forth/bootstrap/interpreter.fs +++ b/forth/bootstrap/interpreter.fs @@ -171,5 +171,3 @@ defer outer-interpreter ; : eval evaluate ; - - diff --git a/forth/bootstrap/memory.fs b/forth/bootstrap/memory.fs index a37cbec..6fa4a2c 100644 --- a/forth/bootstrap/memory.fs +++ b/forth/bootstrap/memory.fs @@ -214,5 +214,3 @@ variable free-list 0 free-list ! \ free list head then ; - - |