From fe55167cb9b94f561ab328d2833e7494331b1135 Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Fri, 19 Jul 2024 09:43:02 +0200 Subject: [PATCH] lint: C++ sources --- target/common/test/common_lib.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target/common/test/common_lib.cc b/target/common/test/common_lib.cc index 9f96653fed..4e8fc11528 100644 --- a/target/common/test/common_lib.cc +++ b/target/common/test/common_lib.cc @@ -20,9 +20,7 @@ GlobalMemory MEM; // Override HTIF to populate bootloader with system specification and entry // symbol. -void Sim::start() { - htif_t::start(); -} +void Sim::start() { htif_t::start(); } void Sim::read_chunk(addr_t taddr, size_t len, void *dst) { MEM.read(taddr, len, reinterpret_cast(dst));