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 /libpam/pam_dynamic.c | |
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 'libpam/pam_dynamic.c')
-rw-r--r-- | libpam/pam_dynamic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpam/pam_dynamic.c b/libpam/pam_dynamic.c index 50bfd792..c063083f 100644 --- a/libpam/pam_dynamic.c +++ b/libpam/pam_dynamic.c @@ -136,4 +136,3 @@ _pam_dlerror (void) return dlerror (); #endif } - |