mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-25 02:44:36 +00:00
editorconfig : fix whitespace and indentation #4710
This commit is contained in:
parent
5d7002d437
commit
32866c5edd
@ -2383,8 +2383,8 @@ static void server_params_parse(int argc, char **argv, server_params &sparams,
|
|||||||
log_set_target(stdout);
|
log_set_target(stdout);
|
||||||
LOG_INFO("logging to file is disabled.", {});
|
LOG_INFO("logging to file is disabled.", {});
|
||||||
}
|
}
|
||||||
else if (arg == "--override-kv")
|
else if (arg == "--override-kv")
|
||||||
{
|
{
|
||||||
if (++i >= argc) {
|
if (++i >= argc) {
|
||||||
invalid_param = true;
|
invalid_param = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user