whitespace

This commit is contained in:
fduncanh
2022-02-06 19:59:41 -05:00
parent 49279446d4
commit 6b5d7afabc

View File

@@ -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);
}