code format

This commit is contained in:
vanhauser-thc 2025-06-10 10:01:55 +02:00
parent 6f381d346b
commit b08f13c9fe
3 changed files with 7 additions and 3 deletions

View File

@ -44,7 +44,8 @@ static const struct pass_data afl_cmplog_pass_data = {
.properties_provided = 0,
.properties_destroyed = 0,
.todo_flags_start = 0,
.todo_flags_finish = (TODO_update_ssa | TODO_cleanup_cfg | TODO_rebuild_cgraph_edges),
.todo_flags_finish =
(TODO_update_ssa | TODO_cleanup_cfg | TODO_rebuild_cgraph_edges),
};

View File

@ -44,7 +44,8 @@ static const struct pass_data afl_cmptrs_pass_data = {
.properties_provided = 0,
.properties_destroyed = 0,
.todo_flags_start = 0,
.todo_flags_finish = (TODO_update_ssa | TODO_cleanup_cfg | TODO_rebuild_cgraph_edges),
.todo_flags_finish =
(TODO_update_ssa | TODO_cleanup_cfg | TODO_rebuild_cgraph_edges),
};

View File

@ -1545,7 +1545,9 @@ int main(int argc, char **argv_orig, char **envp) {
if (afl->is_main_node == 1 && afl->schedule != FAST &&
afl->schedule != EXPLORE) {
WARNF("When using -M, it is recommended to use only fast or explore -p power schedules");
WARNF(
"When using -M, it is recommended to use only fast or explore -p power "
"schedules");
}