From 58c51b9a0bd63af7bfc11f7ba4d19c0e933c18ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcelina=20Ko=C5=9Bcielnicka?= Date: Mon, 11 Jul 2022 16:19:34 +0200 Subject: Remove empty lines --- kernel/yosys.cc | 2 -- 1 file changed, 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 args, RTLIL::Design *) override { -- cgit v1.2.3