Skip to content

Commit 08fefd1

Browse files
committed
fix whitespace
1 parent efc36c9 commit 08fefd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/sampling.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ std::vector<enum common_sampler_type> common_sampler_types_from_names(const std:
104104
std::vector<enum common_sampler_type> common_sampler_types_from_chars(const std::string & chars);
105105

106106
#ifdef LLAMA_USE_LLGUIDANCE
107-
struct llama_sampler * llama_sampler_init_llg(const llama_vocab * vocab,
107+
struct llama_sampler * llama_sampler_init_llg(const llama_vocab * vocab,
108108
const char * grammar_kind, const char * grammar_data);
109109
#endif // LLAMA_USE_LLGUIDANCE

0 commit comments

Comments
 (0)