mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
uncrustify: have exactly one newline at the end of files
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>
This commit is contained in:
parent
7c8dd98ec1
commit
a76153c1ca
3 changed files with 3 additions and 2 deletions
|
|
@ -46,6 +46,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
|
||||
|
|
|
|||
|
|
@ -102,4 +102,3 @@ daemon(int nochdir, int noclose)
|
|||
}
|
||||
|
||||
#endif /* ifndef HAVE_DAEMON */
|
||||
|
||||
|
|
|
|||
|
|
@ -489,4 +489,4 @@ p2p_mode_ncp(struct tls_multi *multi, struct tls_session *session)
|
|||
multi->use_peer_id, multi->peer_id, common_cipher);
|
||||
|
||||
gc_free(&gc);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue