From: Tom Verbeure Date: Mon, 4 Jan 2021 08:17:16 +0000 (-0800) Subject: Fix indents. X-Git-Tag: working-ls180~23^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a8eecebbad01f2a73ddf4efd0949b9ba5684506;p=yosys.git Fix indents. --- diff --git a/frontends/verilog/verilog_frontend.cc b/frontends/verilog/verilog_frontend.cc index 7f7d77477..e2aecd99b 100644 --- a/frontends/verilog/verilog_frontend.cc +++ b/frontends/verilog/verilog_frontend.cc @@ -229,7 +229,7 @@ struct VerilogFrontend : public Frontend { log("\n"); log("Depending on if read_verilog is run in -formal mode, either the macro\n"); log("SYNTHESIS or FORMAL is defined automatically, unless -nosynthesis is used.\n"); - log("In addition, read_verilog always defines the macro YOSYS.\n"); + log("In addition, read_verilog always defines the macro YOSYS.\n"); log("\n"); log("See the Yosys README file for a list of non-standard Verilog features\n"); log("supported by the Yosys Verilog front-end.\n"); @@ -258,7 +258,7 @@ struct VerilogFrontend : public Frontend { bool flag_defer = false; bool flag_noblackbox = false; bool flag_nowb = false; - bool flag_nosynthesis = false; + bool flag_nosynthesis = false; define_map_t defines_map; std::list include_dirs;