Skip to content

Commit 07ba832

Browse files
committed
minor : indent [no ci]
1 parent 83a90c9 commit 07ba832

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/imatrix/imatrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class IMatrixCollector {
4343
bool load_imatrix(const char * file_name);
4444
private:
4545
std::unordered_map<std::string, Stats> m_stats;
46-
common_params m_params;
46+
common_params m_params;
4747
std::mutex m_mutex;
4848
int m_last_call = 0;
4949
std::vector<float> m_src1_data;

examples/infill/infill.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
static llama_context ** g_ctx;
3737
static llama_model ** g_model;
38-
static common_sampler ** g_smpl;
39-
static common_params * g_params;
38+
static common_sampler ** g_smpl;
39+
static common_params * g_params;
4040
static std::vector<llama_token> * g_input_tokens;
4141
static std::ostringstream * g_output_ss;
4242
static std::vector<llama_token> * g_output_tokens;
@@ -166,7 +166,7 @@ int main(int argc, char ** argv) {
166166

167167
llama_model * model = nullptr;
168168
llama_context * ctx = nullptr;
169-
common_sampler * smpl = nullptr;
169+
common_sampler * smpl = nullptr;
170170

171171
g_model = &model;
172172
g_ctx = &ctx;

examples/main/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
static llama_context ** g_ctx;
3535
static llama_model ** g_model;
36-
static common_sampler ** g_smpl;
37-
static common_params * g_params;
36+
static common_sampler ** g_smpl;
37+
static common_params * g_params;
3838
static std::vector<llama_token> * g_input_tokens;
3939
static std::ostringstream * g_output_ss;
4040
static std::vector<llama_token> * g_output_tokens;

0 commit comments

Comments
 (0)