aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-10-01 18:20:14 +0100
committerDavid Shah <davey1576@gmail.com>2018-10-01 18:20:14 +0100
commit9ebec3b87f4b4a6a24fc391d1acd944490630499 (patch)
tree90eaf024b6f0555a9488051d8bacfde3daa885b5 /common
parentfd4498736ed4ddd0810913b03dd7f772072b4180 (diff)
downloadnextpnr-9ebec3b87f4b4a6a24fc391d1acd944490630499.tar.gz
nextpnr-9ebec3b87f4b4a6a24fc391d1acd944490630499.tar.bz2
nextpnr-9ebec3b87f4b4a6a24fc391d1acd944490630499.zip
clangformat
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common')
-rw-r--r--common/timing.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/timing.cc b/common/timing.cc
index e5e90445..e3a7635f 100644
--- a/common/timing.cc
+++ b/common/timing.cc
@@ -174,11 +174,9 @@ struct Timing
log_info(" driver = %s.%s\n", net->driver.cell->name.c_str(ctx),
net->driver.port.c_str(ctx));
for (auto net_user : net->users)
- log_info(" user: %s.%s\n", net_user.cell->name.c_str(ctx),
- net_user.port.c_str(ctx));
+ log_info(" user: %s.%s\n", net_user.cell->name.c_str(ctx), net_user.port.c_str(ctx));
} else {
log_info(" remaining fanin includes %s (no net)\n", fanin.first->name.c_str(ctx));
-
}
}
}