Avoid the ugly "No newline at end of file" in git diffs.
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <
20220518105157.9026-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg24386.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
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
}
#endif /* ifndef HAVE_DAEMON */
-
multi->use_peer_id, multi->peer_id, common_cipher);
gc_free(&gc);
-}
\ No newline at end of file
+}