]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Add missing final newline to end of c file
authorAndreas Schneider <asn@samba.org>
Wed, 16 Mar 2022 14:40:28 +0000 (15:40 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 1 Apr 2022 10:29:31 +0000 (10:29 +0000)
find $(pwd) -type f -name "*.c" | xargs sed -i -e '$a\'

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/mit-kdb/kdb_samba_policies.c

index f1820e4283530b80b9feb740efb644f47534f980..4c68fae7abdddcb325a0f5ddf5a58d52b749ca15 100644 (file)
@@ -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
+}