table--remove-eol-spaces

table--remove-eol-spaces is a compiled Lisp function in `table.el'.

(table--remove-eol-spaces BEG END &optional BOL FORCE)

Remove spaces at the end of each line in the BEG END region of the current buffer.
When optional BOL is non-nil spaces at the beginning of line are
removed. When optional FORCE is non-nil removal operation is enforced
even when point is within the removal area.