Skip to content

Commit

Permalink
lint: C++ sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jul 19, 2024
1 parent 981bb0a commit fe55167
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions target/common/test/common_lib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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<uint8_t *>(dst));
Expand Down

0 comments on commit fe55167

Please sign in to comment.