style: remove trailing whitespace
This commit is contained in:
parent
c23fa4f14c
commit
ce773a7bf6
|
|
@ -1201,7 +1201,6 @@ ggml_tensor * rpc_server::deserialize_tensor(struct ggml_context * ctx, const rp
|
||||||
result->flags = tensor->flags;
|
result->flags = tensor->flags;
|
||||||
result->data = reinterpret_cast<void *>(tensor->data);
|
result->data = reinterpret_cast<void *>(tensor->data);
|
||||||
ggml_set_name(result, tensor->name);
|
ggml_set_name(result, tensor->name);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue