target/arm: add space before the open parenthesis '('

Fix code style. Space required before the open parenthesis '('.

Backports 7f350a87e3a85e8a260ce4b133d549a7b2789213
This commit is contained in:
Xinhao Zhang 2021-03-02 13:17:46 -05:00 committed by Lioncash
parent 71d4aced5d
commit b3f63b72a2

View file

@ -9459,7 +9459,7 @@ static void arm_tr_tb_stop(DisasContextBase *dcbase, CPUState *cpu)
- Hardware watchpoints.
Hardware breakpoints have already been handled and skip this code.
*/
switch(dc->base.is_jmp) {
switch (dc->base.is_jmp) {
case DISAS_NEXT:
case DISAS_TOO_MANY:
gen_goto_tb(dc, 1, dc->base.pc_next);