From 2c330a18d72454430523743317808fdddd618b81 Mon Sep 17 00:00:00 2001 From: github action Date: Tue, 31 Jan 2023 13:54:55 +0000 Subject: [PATCH] Apply 'make format' --- bin/verilator_includer | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/verilator_includer b/bin/verilator_includer index f6b9bd98b..a14838a5e 100755 --- a/bin/verilator_includer +++ b/bin/verilator_includer @@ -20,9 +20,11 @@ print("#define VERILATOR_INCLUDED") re_arg_d = re.compile(r'^-D([^=]+)=(.*)') + def include(arg): print("#include \"%s\"" % (arg)) + for arg in sys.argv[1:]: match_d = re_arg_d.match(arg) if match_d: