From 30526423027e502c060366aec1be11fc6c205ca6 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Thu, 4 Jan 2024 19:18:26 +0100 Subject: libpam: fix indentation Reported by clang-tidy. --- libpam/pam_dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpam') diff --git a/libpam/pam_dispatch.c b/libpam/pam_dispatch.c index ca78a10f..d237e68d 100644 --- a/libpam/pam_dispatch.c +++ b/libpam/pam_dispatch.c @@ -240,7 +240,7 @@ static int _pam_dispatch_aux(pam_handle_t *pamh, int flags, struct handler *h, if ( impression != _PAM_NEGATIVE ) { impression = _PAM_NEGATIVE; /* Don't return with PAM_IGNORE as status */ - if ( retval == PAM_IGNORE ) + if ( retval == PAM_IGNORE ) status = PAM_MUST_FAIL_CODE; else status = retval; -- cgit v1.2.3