Fix whitespace

This commit is contained in:
Mason M 2024-10-01 21:29:11 -03:00
parent 49d45c50a2
commit 065a4406cc

View file

@ -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) {
if (format == NULL)
return;
return;
va_list args_copy;
va_copy(args_copy, args);
char buffer[128];