mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
treewide: Remove the unnecessary space before semicolon
%s/return ;/return; Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com> Message-Id: <20221024072802.457832-1-bmeng@tinylab.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
fe8a7390c1
commit
c1dadb8462
11 changed files with 15 additions and 15 deletions
|
@ -431,7 +431,7 @@ void can_sja_mem_write(CanSJA1000State *s, hwaddr addr, uint64_t val,
|
|||
(unsigned long long)val, (unsigned int)addr);
|
||||
|
||||
if (addr > CAN_SJA_MEM_SIZE) {
|
||||
return ;
|
||||
return;
|
||||
}
|
||||
|
||||
if (s->clock & 0x80) { /* PeliCAN Mode */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue