From 6b5d7afabcae71eff8480807ca1c787eb95dfb7c Mon Sep 17 00:00:00 2001 From: fduncanh Date: Sun, 6 Feb 2022 19:59:41 -0500 Subject: [PATCH] whitespace --- uxplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxplay.cpp b/uxplay.cpp index 3eab045..b1dc419 100644 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -471,7 +471,7 @@ int main (int argc, char *argv[]) { fprintf(stderr, "invalid \"-reset %s\"; -reset n must have n >= 0, default n = %d\n", argv[i], NTP_TIMEOUT_LIMIT); exit(1); } - } else { + } else { LOGE("unknown option %s, stopping\n",argv[i]); exit(1); }