diff options
author | Jeija <norrepli@gmail.com> | 2015-10-04 13:30:34 +0200 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2015-10-04 13:30:34 +0200 |
commit | 97f7b5745f8914178adbfce65bc339c366cb4a17 (patch) | |
tree | 345687ec5df1f47517e62098d6afd3b728c8728f /mesecons_receiver | |
parent | 24958e253b95da19fa47c0c6ba7990123ee7724a (diff) |
Remove trailing whitespace
Diffstat (limited to 'mesecons_receiver')
-rw-r--r-- | mesecons_receiver/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_receiver/init.lua b/mesecons_receiver/init.lua index b5c79e7..4d60365 100644 --- a/mesecons_receiver/init.lua +++ b/mesecons_receiver/init.lua @@ -1,5 +1,5 @@ rcvboxes = { - { -3/16, -3/16, -8/16 , 3/16, 3/16 , -13/32 }, -- the smaller bump + { -3/16, -3/16, -8/16 , 3/16, 3/16 , -13/32 }, -- the smaller bump { -1/32, -1/32, -3/2 , 1/32, 1/32 , -1/2 }, -- the wire through the block { -2/32, -1/2 , -.5 , 2/32, 0 , -.5002+3/32 }, -- the vertical wire bit { -2/32, -1/2 , -7/16+0.002 , 2/32, -14/32, 16/32+0.001 } -- the horizontal wire |