From 82f918a36f6940fd1a050444f3285011385dc875 Mon Sep 17 00:00:00 2001 From: nerd73 Date: Tue, 17 Dec 2019 06:35:25 -0700 Subject: [PATCH] Indenting fixes --- src/cpu_new/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpu_new/cpu.c b/src/cpu_new/cpu.c index 8ed4a5937..16edc0af7 100644 --- a/src/cpu_new/cpu.c +++ b/src/cpu_new/cpu.c @@ -260,7 +260,7 @@ cpu_set(void) is8086 = (cpu_s->cpu_type > CPU_8088); is286 = (cpu_s->cpu_type >= CPU_286); is386 = (cpu_s->cpu_type >= CPU_386SX); - isibmcpu = (cpu_s->cpu_type == CPU_IBM386SLC || cpu_s->cpu_type == CPU_IBM486SLC || cpu_s->cpu_type == CPU_IBM486BL); + isibmcpu = (cpu_s->cpu_type == CPU_IBM386SLC || cpu_s->cpu_type == CPU_IBM486SLC || cpu_s->cpu_type == CPU_IBM486BL); israpidcad = (cpu_s->cpu_type == CPU_RAPIDCAD); is486 = (cpu_s->cpu_type >= CPU_i486SX) || (cpu_s->cpu_type == CPU_486SLC || cpu_s->cpu_type == CPU_486DLC || cpu_s->cpu_type == CPU_RAPIDCAD || cpu_s->cpu_type == CPU_IBM486SLC || cpu_s->cpu_type == CPU_IBM486BL ); is_pentium = (cpu_s->cpu_type >= CPU_WINCHIP); @@ -487,7 +487,7 @@ cpu_set(void) timing_jmp_pm_gate = 38; break; - case CPU_IBM386SLC: + case CPU_IBM386SLC: case CPU_386SX: timing_rr = 2; /*register dest - register src*/ timing_rm = 6; /*register dest - memory src*/