diff options
author | avg <avg@FreeBSD.org> | 2017-09-19 07:19:27 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2017-09-19 07:19:27 +0000 |
commit | 035defc6ba69d754b6db8c95500ce60f9645634d (patch) | |
tree | 94c053dc89702090c363cf71c4803ca6a9571f91 | |
parent | 77f403d48957e2d4465e1c2140d4f153e1d45816 (diff) | |
download | FreeBSD-src-035defc6ba69d754b6db8c95500ce60f9645634d.zip FreeBSD-src-035defc6ba69d754b6db8c95500ce60f9645634d.tar.gz |
MFC r319212: fix indentation
-rw-r--r-- | sys/x86/x86/identcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/x86/identcpu.c b/sys/x86/x86/identcpu.c index 2d374e9..98c53dd 100644 --- a/sys/x86/x86/identcpu.c +++ b/sys/x86/x86/identcpu.c @@ -875,7 +875,7 @@ printcpuinfo(void) "\033DBE" /* Data Breakpoint extension */ "\034PTSC" /* Performance TSC */ "\035PL2I" /* L2I perf count */ - "\036MWAITX" /* MONITORX/MWAITX instructions */ + "\036MWAITX" /* MONITORX/MWAITX instructions */ "\037<b30>" "\040<b31>" ); |