diff options
author | Steve Langasek <vorlon@debian.org> | 2008-10-15 15:49:35 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:28 -0800 |
commit | f3a7262e8e3b3a5ff630dac0816ab27583b3f215 (patch) | |
tree | 3c338ec86f9da8de6f2fa6c3fefbf9d83339aa14 /debian/local | |
parent | 929c07f5a9d887e1f58147439f248078fa3493a4 (diff) | |
download | pam-f3a7262e8e3b3a5ff630dac0816ab27583b3f215.tar.gz pam-f3a7262e8e3b3a5ff630dac0816ab27583b3f215.tar.bz2 pam-f3a7262e8e3b3a5ff630dac0816ab27583b3f215.zip |
tune the whitespace
Diffstat (limited to 'debian/local')
-rwxr-xr-x | debian/local/pam-auth-update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/local/pam-auth-update b/debian/local/pam-auth-update index fe793ef5..c2378ebe 100755 --- a/debian/local/pam-auth-update +++ b/debian/local/pam-auth-update @@ -315,7 +315,7 @@ sub create_from_template # to keep the stack intact if ($val eq 'Primary' && $count == 0) { - print OUTPUT "$type\trequired\t\tpam_permit.so\n"; + print OUTPUT "$type\trequired\t\t\tpam_permit.so\n"; } $i = 0; @@ -482,7 +482,7 @@ sub write_profiles if ($i == 0) { print OUTPUT "Module: null\n"; - print OUTPUT "required\t\tpam_permit.so\n"; + print OUTPUT "required\t\t\tpam_permit.so\n"; } $i = 0; |