1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

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 <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2022-03-16 15:40:28 +01:00 committed by Andreas Schneider
parent 4b0296995c
commit 59d1044e55

View 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 */
}
}