Retry clangformat

This commit is contained in:
Eddie Hung
2018-07-25 18:34:14 -07:00
parent e2f8deec41
commit 9d489e8198
7 changed files with 29 additions and 28 deletions
+1 -2
View File
@@ -170,8 +170,7 @@ int main(int argc, char *argv[])
if (vm.count("freq")) {
ctx->target_freq = vm["freq"].as<double>() * 1e6;
ctx->user_freq = true;
}
else {
} else {
log_warning("Target frequency not specified. Will optimise for max frequency.\n");
}
assign_budget(ctx.get());