fix whitespace

This commit is contained in:
Steve Grubb 2024-05-13 17:59:55 -04:00
parent 8e04c3ce97
commit 0a9eb98ee0

View file

@ -672,10 +672,11 @@ struct server_context {
}
// Clear any sampling context
for (server_slot & slot : slots) {
if (slot.ctx_sampling != nullptr)
llama_sampling_free(slot.ctx_sampling);
}
for (server_slot & slot : slots) {
if (slot.ctx_sampling != nullptr) {
llama_sampling_free(slot.ctx_sampling);
}
}
llama_batch_free(batch);
}