~kalon33/corsix-th/master

« back to all changes in this revision

Viewing changes to CorsixTH/Lua/objects/machines/shower.lua

  • Committer: corsixth.bot at gmail
  • Date: 2014-03-31 23:30:23 UTC
  • Revision ID: svn-v4:c39591fa-788f-11de-a72b-d90af8dea425:trunk:2687
Remove trailing whitespaces in .h, .cpp, .c and .lua files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  east = {
72
72
    use_position = {1, -1},
73
73
    footprint = { {-2, -2, complete_cell = true}, {-1, -2, complete_cell = true}, {0, -2, complete_cell = true},
74
 
                  {-2, -1, complete_cell = true}, {-1, -1, complete_cell = true}, 
 
74
                  {-2, -1, complete_cell = true}, {-1, -1, complete_cell = true},
75
75
                  {0, -1, complete_cell = true}, {1, -1, only_passable = true},
76
76
                  {-2,  0}, {-1,  0, complete_cell = true}, {0,  0, complete_cell = true}, },
77
77
    render_attach_position = {-1, 0},