1
0
mirror of synced 2026-02-22 07:27:46 +00:00

Fix spacing

This commit is contained in:
Eddie Hung
2019-06-20 22:29:40 -07:00
parent cbbd96aae9
commit 6a336ca23e

View File

@@ -89,7 +89,7 @@ struct AigerWriter
aig_map[bit] = mkgate(a0, a1);
} else
if (alias_map.count(bit)) {
int a = bit2aig(alias_map.at(bit));
int a = bit2aig(alias_map.at(bit));
aig_map[bit] = a;
}