Skip to content

Commit 8e06ed1

Browse files
committed
delete trailing whitespace
1 parent ced4b55 commit 8e06ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/llama-bench/llama-bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ static std::vector<cmd_params_instance> get_cmd_params_instances(const cmd_param
883883
static std::string get_modelfile_name(const std::string & path_str) {
884884
namespace fs = std::filesystem;
885885
fs::path path = path_str;
886-
886+
887887
return path.filename();
888888
}
889889

src/llama-context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ struct llama_context {
127127

128128
llama_perf_context_data perf_get_data() const;
129129
void perf_reset();
130-
130+
131131
int get_graph_splits() const;
132132

133133
private:

0 commit comments

Comments
 (0)