Apply clang-format

This commit is contained in:
project-repo 2023-08-17 20:30:28 +02:00
commit 00610801ba

View file

@ -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;
}