editorconfig : fix whitespace and indentation #4710

This commit is contained in:
Georgi Gerganov 2024-01-02 13:28:15 +02:00
parent 5d7002d437
commit 32866c5edd
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -2383,8 +2383,8 @@ static void server_params_parse(int argc, char **argv, server_params &sparams,
log_set_target(stdout);
LOG_INFO("logging to file is disabled.", {});
}
else if (arg == "--override-kv")
{
else if (arg == "--override-kv")
{
if (++i >= argc) {
invalid_param = true;
break;