Skip to content

Commit 6c5dc4e

Browse files
committed
make format
1 parent 06d26f3 commit 6c5dc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/base/vpr_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ bool vpr_flow(t_vpr_setup& vpr_setup, t_arch& arch) {
372372
* (contrary to the name). */
373373
tbb::global_control c(tbb::global_control::max_allowed_parallelism, vpr_setup.num_workers);
374374
#endif
375-
375+
376376
{ //Pack
377377
bool pack_success = vpr_pack_flow(vpr_setup, arch);
378378

0 commit comments

Comments
 (0)