Fix mis-indentation

This commit is contained in:
matthieu
2021-03-13 12:14:18 +00:00
parent 41a65ee918
commit 6c84ad3f57

View File

@@ -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