Skip to content

Commit

Permalink
minor : fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored Jul 20, 2024
1 parent e8c7a25 commit 30f122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/llama.swiftui/llama.cpp.swift/LibLlama.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ actor LlamaContext {
/// This variable is used to store temporarily invalid cchars
private var temporary_invalid_cchars: [CChar]

var n_len: Int32 = 1024
var n_len: Int32 = 1024
var n_cur: Int32 = 0

var n_decode: Int32 = 0
Expand Down

0 comments on commit 30f122e

Please sign in to comment.