From: Eddie Hung Date: Thu, 11 Jul 2019 02:04:22 +0000 (-0700) Subject: Fix spacing X-Git-Tag: working-ls180~881^2^2~270 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e603d719d650722e4fcd1b65b46c64da19c92f81;p=yosys.git Fix spacing --- 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)