On Sun, 2024-11-17 at 07:57 +0100, Geert Stappers wrote:
> On Sun, Nov 10, 2024 at 10:53:02AM +0100, Geert Stappers wrote:
> > [PATCH] Removed empty trailing lines
> > 

In addition there are 6793 lines in 110 files with trailing spaces
including \r characters which can be identified by

   GREP_COLORS='ms=41' grep -r --color=always '[[:space:][:cntrl:]]\+$' *

As a patch would be exuberant I am hesitant to provide one. Instead I
suggest to apply a suitable command line to the source tree, for
example

   find -type f ! -path './.git/*' | xargs -n1 sed -i 
's/[[:space:][:cntrl:]]\+$//'

Best,
Sven

-- 
GPG Fingerprint
3DF5 E8AA 43FC 9FDF D086 F195 ADF5 0EDA F8AD D585

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to