Skip to content

Commit de5ba50

Browse files
committed
delete whitespace
1 parent 29d8430 commit de5ba50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cann/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ struct ggml_backend_cann_context {
361361

362362
bool async_mode = parse_bool(get_env("GGML_CANN_ASYNC_MODE").value_or(""));
363363
GGML_LOG_INFO("%s: device %d async operator submission is %s\n", __func__,
364-
device, async_mode ? "ON" : "OFF");
364+
device, async_mode ? "ON" : "OFF");
365365
}
366366

367367
/**

0 commit comments

Comments
 (0)