Explorar o código

editorconfig : fix whitespace and indentation #4710

Georgi Gerganov %!s(int64=2) %!d(string=hai) anos
pai
achega
32866c5edd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      examples/server/server.cpp

+ 2 - 2
examples/server/server.cpp

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