summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-10-15 15:49:35 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:28 -0800
commitf3a7262e8e3b3a5ff630dac0816ab27583b3f215 (patch)
tree3c338ec86f9da8de6f2fa6c3fefbf9d83339aa14
parent929c07f5a9d887e1f58147439f248078fa3493a4 (diff)
tune the whitespace
-rwxr-xr-xdebian/local/pam-auth-update4
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;