From a5df47312d981842f6d4cba9c80e58ef1af87ab4 Mon Sep 17 00:00:00 2001 From: Peter Onyisi Date: Wed, 29 Jul 2020 16:20:43 -0500 Subject: [PATCH] Replace spaces with tabs --- src/pam.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pam.py b/src/pam.py index edb4412..d24456f 100644 --- a/src/pam.py +++ b/src/pam.py @@ -31,8 +31,8 @@ def doAuth(pamh): if any("closed" in open(f).read() for f in glob.glob("/proc/acpi/button/lid/*/state")): return pamh.PAM_AUTHINFO_UNAVAIL - # Set up syslog - syslog.openlog("[HOWDY]", 0, syslog.LOG_AUTH) + # Set up syslog + syslog.openlog("[HOWDY]", 0, syslog.LOG_AUTH) # Alert the user that we are doing face detection if config.getboolean("core", "detection_notice"):