Cleanup: style

This commit is contained in:
2018-01-21 11:41:28 +11:00
parent e53447c137
commit a7dc5e12ac
8 changed files with 13 additions and 11 deletions

View File

@@ -2791,7 +2791,8 @@ static int graph_driver_delete_invalid_exec(bContext *C, wmOperator *op)
DAG_relations_tag_update(CTX_data_main(C));
WM_event_add_notifier(C, NC_ANIMATION | ND_KEYFRAME | NA_REMOVED, NULL);
WM_reportf(RPT_INFO, "Deleted %u drivers", deleted);
} else {
}
else {
WM_report(RPT_INFO, "No drivers deleted");
}