mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-20 04:24:18 +02:00
Apply clang-format
This commit is contained in:
parent
96501911e4
commit
00610801ba
1 changed files with 2 additions and 2 deletions
|
|
@ -230,9 +230,9 @@ input_manager_merge_input_configs(struct cg_input_config *cfg1,
|
|||
out_cfg->repeat_rate = cfg1->repeat_rate;
|
||||
}
|
||||
if(cfg1->calibration_matrix.configured == false) {
|
||||
out_cfg->calibration_matrix=cfg2->calibration_matrix;
|
||||
out_cfg->calibration_matrix = cfg2->calibration_matrix;
|
||||
} else {
|
||||
out_cfg->calibration_matrix=cfg1->calibration_matrix;
|
||||
out_cfg->calibration_matrix = cfg1->calibration_matrix;
|
||||
}
|
||||
return out_cfg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue