summaryrefslogtreecommitdiff
path: root/passes/cmds/show.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-12-23 13:49:54 +0100
committerClifford Wolf <clifford@clifford.at>2014-12-23 13:49:54 +0100
commit5fe02b79650331345462f6ae75f78ee334d70a83 (patch)
tree2085294ddfbbf9a8725b8e0bf0aa25296daa87e0 /passes/cmds/show.cc
parent4f5b97954e15b1aa40f7b3068865f4d8fcbe9fb7 (diff)
Indenting fix in show.cc
Diffstat (limited to 'passes/cmds/show.cc')
-rw-r--r--passes/cmds/show.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/cmds/show.cc b/passes/cmds/show.cc
index f61f195b..edc417c0 100644
--- a/passes/cmds/show.cc
+++ b/passes/cmds/show.cc
@@ -482,8 +482,8 @@ struct ShowWorker
if (left_node[0] == 'x' && right_node[0] == 'x') {
currentColor = xorshift32(currentColor);
- fprintf(f, "%s:e -> %s:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, %s, %s];\n", left_node.c_str(), right_node.c_str(), nextColor(conn).c_str(), widthLabel(conn.first.size()).c_str());
- } else {
+ fprintf(f, "%s:e -> %s:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, %s, %s];\n", left_node.c_str(), right_node.c_str(), nextColor(conn).c_str(), widthLabel(conn.first.size()).c_str());
+ } else {
net_conn_map[right_node].bits = conn.first.size();
net_conn_map[right_node].color = nextColor(conn, net_conn_map[right_node].color);
net_conn_map[left_node].bits = conn.first.size();