diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-03-13 12:14:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-03-13 12:14:19 +0000 |
commit | 45f4815a1228a47a05434d506beb6fbb1bd79500 (patch) | |
tree | c763dc40c0ad361f90cc2a80387461cf9db5e59a /app | |
parent | 740b76c6555240306ef25ce1bd4a0f5b58febce1 (diff) |
Fix mis-indentation
Diffstat (limited to 'app')
-rw-r--r-- | app/xenodm/xenodm/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xenodm/xenodm/auth.c b/app/xenodm/xenodm/auth.c index b90782674..56e48492d 100644 --- a/app/xenodm/xenodm/auth.c +++ b/app/xenodm/xenodm/auth.c @@ -623,8 +623,8 @@ writeAuth (FILE *file, Xauth *auth) Debug ("writeAuth: doWrite = %d\n", doWrite); dumpAuth (auth); /* does Debug only */ } - if (doWrite) - XauWriteAuth (file, auth); + if (doWrite) + XauWriteAuth (file, auth); } static void |