]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pam-systemd-home: drop redundant newline
authorLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2020 12:27:57 +0000 (14:27 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 9 Apr 2020 12:37:50 +0000 (14:37 +0200)
src/home/pam_systemd_home.c

index 440ed85e2c2e0a9accdbe6e89ca0dd1fdd6ceae2..a202de17858d07df98730220514ebf131edf5a31 100644 (file)
@@ -877,7 +877,6 @@ _public_ PAM_EXTERN int pam_sm_chauthtok(
         if (FLAGS_SET(flags, PAM_PRELIM_CHECK))
                 return PAM_SUCCESS;
 
-
         old_secret = user_record_new();
         if (!old_secret)
                 return pam_log_oom(handle);