From 941b018bafdaa0d31a30b89959e717fd780b7db1 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 15 May 2023 21:45:48 +0300 Subject: format --- src/components/cpu/riscv/simple_riscv32.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/cpu') diff --git a/src/components/cpu/riscv/simple_riscv32.c b/src/components/cpu/riscv/simple_riscv32.c index b000bb1..51b2a42 100644 --- a/src/components/cpu/riscv/simple_riscv32.c +++ b/src/components/cpu/riscv/simple_riscv32.c @@ -482,7 +482,8 @@ static stat simple_riscv32_clock(struct simple_riscv32 *cpu) } if (!cpu->ils.pkt) { - cpu->ils.pkt = create_packet(PACKET_READ, cpu->pc, sizeof(uint32_t)); + cpu->ils.pkt = + create_packet(PACKET_READ, cpu->pc, sizeof(uint32_t)); if (!cpu->ils.pkt) return EMEM; -- cgit v1.3