From: Andreas Schneider Date: Wed, 16 Mar 2022 14:40:28 +0000 (+0100) Subject: Add missing final newline to end of c file X-Git-Tag: tevent-0.12.0~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d1044e557d10f8aee3b4900f57e0ebbe6def88;p=thirdparty%2Fsamba.git Add missing final newline to end of c file find $(pwd) -type f -name "*.c" | xargs sed -i -e '$a\' Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/kdc/mit-kdb/kdb_samba_policies.c b/source4/kdc/mit-kdb/kdb_samba_policies.c index f1820e42835..4c68fae7abd 100644 --- a/source4/kdc/mit-kdb/kdb_samba_policies.c +++ b/source4/kdc/mit-kdb/kdb_samba_policies.c @@ -761,4 +761,4 @@ void kdb_samba_db_audit_as_req(krb5_context context, samba_bad_password_count(client, error_code); /* TODO: perform proper audit logging for addresses */ -} \ No newline at end of file +}