Fix whitespace
This commit is contained in:
parent
49d45c50a2
commit
065a4406cc
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ static struct ggml_logger_state g_logger_state = {ggml_log_callback_default, NUL
|
||||||
|
|
||||||
static void ggml_log_internal_v(enum ggml_log_level level, const char * format, va_list args) {
|
static void ggml_log_internal_v(enum ggml_log_level level, const char * format, va_list args) {
|
||||||
if (format == NULL)
|
if (format == NULL)
|
||||||
return;
|
return;
|
||||||
va_list args_copy;
|
va_list args_copy;
|
||||||
va_copy(args_copy, args);
|
va_copy(args_copy, args);
|
||||||
char buffer[128];
|
char buffer[128];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue