aboutsummaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-10 19:04:22 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-10 19:04:22 -0700
commite603d719d650722e4fcd1b65b46c64da19c92f81 (patch)
treee20985f1ba1fa8b409b393f7a5df538720fc1f86 /backends
parentf3511e4f9358b0eb053893877ab615b66325da39 (diff)
downloadyosys-e603d719d650722e4fcd1b65b46c64da19c92f81.tar.gz
yosys-e603d719d650722e4fcd1b65b46c64da19c92f81.tar.bz2
yosys-e603d719d650722e4fcd1b65b46c64da19c92f81.zip
Fix spacing
Diffstat (limited to 'backends')
-rw-r--r--backends/aiger/xaiger.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/aiger/xaiger.cc b/backends/aiger/xaiger.cc
index 53b6ff97a..9a448c2a0 100644
--- a/backends/aiger/xaiger.cc
+++ b/backends/aiger/xaiger.cc
@@ -679,7 +679,7 @@ struct XAigerWriter
aig_o++;
aig_outputs.push_back(0);
omode = true;
- }
+ }
}
void write_aiger(std::ostream &f, bool ascii_mode)