From d1a1f031d9b28bdbd94a8906fab857dbb40b1c94 Mon Sep 17 00:00:00 2001 From: nerd73 Date: Tue, 17 Dec 2019 06:42:13 -0700 Subject: [PATCH] Indenting fixes --- src/cpu_new/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu_new/cpu.h b/src/cpu_new/cpu.h index 0e868d99a..578c25f18 100644 --- a/src/cpu_new/cpu.h +++ b/src/cpu_new/cpu.h @@ -330,7 +330,7 @@ extern int cpu_cyrix_alignment; /*Cyrix 5x86/6x86 only has data misalignment penalties when crossing 8-byte boundaries*/ extern int is8086, is286, is386, is486; -extern int isibmcpu; +extern int isibmcpu; extern int is_rapidcad; extern int hasfpu; #define CPU_FEATURE_RDTSC (1 << 0)