Re: Trailing spaces in some source files

2024-11-24 Thread Bjarni Ingi Gislason
On Sat, Nov 23, 2024 at 10:18:09PM +, Bjarni Ingi Gislason wrote: > These are not needed in any way, so could (should) be removed. > > For example with "sed -i -e 's/ *$//'". > >[...] "git" has a "tool" to point out whitespace, see for example "git-apply(1)" and git-config(1)".

Trailing spaces in some source files

2024-11-23 Thread Bjarni Ingi Gislason
These are not needed in any way, so could (should) be removed. For example with "sed -i -e 's/ *$//'". Examples (found with "grep -r -c -l -e ' *$' "): contrib/chem/chem.am contrib/eqn2graph/eqn2graph.sh contrib/glilypond/ChangeLog.0x contrib/grap2graph/grap2graph.sh contrib/mm/ChangeLog