diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2016-04-01 17:07:44 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2016-04-01 17:07:44 +0000 |
commit | df87fb69e44d024ce4a0a052c78b85d261e6c6a3 (patch) | |
tree | af629d209c3ac5be057f59800ba524cb6144f925 /modules/pam_rhosts | |
parent | 549aef483c9f1852e1fbefabc4ebbbe72e00c243 (diff) | |
download | pam-df87fb69e44d024ce4a0a052c78b85d261e6c6a3.tar.gz pam-df87fb69e44d024ce4a0a052c78b85d261e6c6a3.tar.bz2 pam-df87fb69e44d024ce4a0a052c78b85d261e6c6a3.zip |
Fix whitespace issues
Remove blank lines at EOF introduced by commit
a684595c0bbd88df71285f43fb27630e3829121e,
making the project free of warnings reported by
git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD
* libpam/pam_dynamic.c: Remove blank line at EOF.
* modules/pam_echo/pam_echo.c: Likewise.
* modules/pam_keyinit/pam_keyinit.c: Likewise.
* modules/pam_mkhomedir/pam_mkhomedir.c: Likewise.
* modules/pam_pwhistory/pam_pwhistory.c: Likewise.
* modules/pam_rhosts/pam_rhosts.c: Likewise.
* modules/pam_sepermit/pam_sepermit.c: Likewise.
* modules/pam_stress/pam_stress.c: Likewise.
Diffstat (limited to 'modules/pam_rhosts')
-rw-r--r-- | modules/pam_rhosts/pam_rhosts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/pam_rhosts/pam_rhosts.c b/modules/pam_rhosts/pam_rhosts.c index d6e70300..ed98d630 100644 --- a/modules/pam_rhosts/pam_rhosts.c +++ b/modules/pam_rhosts/pam_rhosts.c @@ -135,4 +135,3 @@ pam_sm_setcred (pam_handle_t *pamh UNUSED, int flags UNUSED, { return PAM_SUCCESS; } - |