aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMarcelina Koƛcielnicka <mwk@0x04.net>2022-07-11 16:19:34 +0200
committerGitHub <noreply@github.com>2022-07-11 16:19:34 +0200
commit58c51b9a0bd63af7bfc11f7ba4d19c0e933c18ba (patch)
treecfd792ea4bbd274714917eb5e17611bcf62cd8ff /kernel
parentec2f8796bd7a5180f257a92d7ffb2029571cada6 (diff)
downloadyosys-58c51b9a0bd63af7bfc11f7ba4d19c0e933c18ba.tar.gz
yosys-58c51b9a0bd63af7bfc11f7ba4d19c0e933c18ba.tar.bz2
yosys-58c51b9a0bd63af7bfc11f7ba4d19c0e933c18ba.zip
Remove empty lines
Diffstat (limited to 'kernel')
-rw-r--r--kernel/yosys.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/yosys.cc b/kernel/yosys.cc
index 521717ce7..c532115d8 100644
--- a/kernel/yosys.cc
+++ b/kernel/yosys.cc
@@ -777,8 +777,6 @@ struct TclPass : public Pass {
log("Note, tcl will not recieve the output of any yosys command. If the output\n");
log("of the tcl commands are needed, use the yosys command 'tee' to redirect yosys's\n");
log("output to a temporary file.\n");
-
-
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *) override {