mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Fix spacing
This commit is contained in:
@@ -89,7 +89,7 @@ struct AigerWriter
|
|||||||
aig_map[bit] = mkgate(a0, a1);
|
aig_map[bit] = mkgate(a0, a1);
|
||||||
} else
|
} else
|
||||||
if (alias_map.count(bit)) {
|
if (alias_map.count(bit)) {
|
||||||
int a = bit2aig(alias_map.at(bit));
|
int a = bit2aig(alias_map.at(bit));
|
||||||
aig_map[bit] = a;
|
aig_map[bit] = a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user