Re: [Openvpn-devel] [PATCH] uncrustify: have exactly one newline at the end of files

2022-05-18 Thread Antonio Quartulli
Hi, On 18/05/2022 12:51, Frank Lichtenheld wrote: Avoid the ugly "No newline at end of file" in git diffs. Signed-off-by: Frank Lichtenheld It does what we want. Acked-by: Antonio Quartulli --- dev-tools/uncrustify.conf | 2 ++ src/compat/compat-daemon.c | 1 - src/openvpn/ssl_ncp.c

[Openvpn-devel] [PATCH] uncrustify: have exactly one newline at the end of files

2022-05-18 Thread Frank Lichtenheld
Avoid the ugly "No newline at end of file" in git diffs. Signed-off-by: Frank Lichtenheld --- dev-tools/uncrustify.conf | 2 ++ src/compat/compat-daemon.c | 1 - src/openvpn/ssl_ncp.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-tools/uncrustify.conf b/dev-too