From ab8fa1187b763b2c44099e032d39e28641192aff Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 25 Mar 2021 23:38:36 +0100 Subject: [PATCH] Fixed some indentation in 86box.c. --- src/86box.c | 202 ++++++++++++++++++++++++++-------------------------- 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/src/86box.c b/src/86box.c index a15e9db91..9a252d6ad 100644 --- a/src/86box.c +++ b/src/86box.c @@ -316,9 +316,9 @@ pc_log(const char *fmt, ...) va_list ap; if (pc_do_log) { - va_start(ap, fmt); - pclog_ex(fmt, ap); - va_end(ap); + va_start(ap, fmt); + pclog_ex(fmt, ap); + va_end(ap); } } #else @@ -337,7 +337,7 @@ int pc_init(int argc, wchar_t *argv[]) { wchar_t path[2048]; - wchar_t *cfg = NULL, *p; + wchar_t *cfg = NULL, *p; char temp[128]; struct tm *info; time_t now; @@ -361,83 +361,83 @@ pc_init(int argc, wchar_t *argv[]) memset(path, 0x00, sizeof(path)); for (c=1; c