minor : fix trailing whitespace

This commit is contained in:
Georgi Gerganov 2024-07-20 16:07:15 +03:00 committed by GitHub
parent e8c7a25c9e
commit 30f122e7ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ actor LlamaContext {
/// This variable is used to store temporarily invalid cchars /// This variable is used to store temporarily invalid cchars
private var temporary_invalid_cchars: [CChar] private var temporary_invalid_cchars: [CChar]
var n_len: Int32 = 1024 var n_len: Int32 = 1024
var n_cur: Int32 = 0 var n_cur: Int32 = 0
var n_decode: Int32 = 0 var n_decode: Int32 = 0