Whitespace

This commit is contained in:
Paul Tsochantaris 2024-01-13 23:48:39 +00:00
parent b5f795f326
commit e256bfdfff

View file

@ -2229,9 +2229,9 @@ static bool ggml_metal_graph_compute(
[encoder endEncoding]; [encoder endEncoding];
[command_buffer commit]; [command_buffer commit];
[command_buffer waitUntilCompleted]; [command_buffer waitUntilCompleted];
MTLCommandBufferStatus status = [command_buffer status]; MTLCommandBufferStatus status = [command_buffer status];
if (status != MTLCommandBufferStatusCompleted) { if (status != MTLCommandBufferStatusCompleted) {
all_buffers_succeeded = false; all_buffers_succeeded = false;