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 <fr...@lichtenheld.com>

It does what we want.

Acked-by: Antonio Quartulli <a...@unstable.cc>

---
  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-tools/uncrustify.conf
index 25eb4cdd..a04c6164 100644
--- a/dev-tools/uncrustify.conf
+++ b/dev-tools/uncrustify.conf
@@ -45,6 +45,8 @@ nl_enum_leave_one_liners=true
  nl_brace_fparen=add
  nl_max=4
  nl_after_func_proto=2
+nl_end_of_file_min=1
+nl_end_of_file=force
# Always use scoping braces for conditionals
  mod_full_brace_if=add
diff --git a/src/compat/compat-daemon.c b/src/compat/compat-daemon.c
index 197bc3f1..460b9e99 100644
--- a/src/compat/compat-daemon.c
+++ b/src/compat/compat-daemon.c
@@ -102,4 +102,3 @@ daemon(int nochdir, int noclose)
  }
#endif /* ifndef HAVE_DAEMON */
-
diff --git a/src/openvpn/ssl_ncp.c b/src/openvpn/ssl_ncp.c
index 4a083e24..4bcbc69a 100644
--- a/src/openvpn/ssl_ncp.c
+++ b/src/openvpn/ssl_ncp.c
@@ -494,4 +494,4 @@ p2p_mode_ncp(struct tls_multi *multi, struct tls_session 
*session)
          multi->use_peer_id, multi->peer_id, common_cipher);
gc_free(&gc);
-}
\ No newline at end of file
+}

--
Antonio Quartulli


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to