changeset 32862:702867779920

Remove some tabs that accidentally ended up in mpcommon.c
author reimar
date Tue, 22 Feb 2011 18:18:15 +0000
parents 100f9895b11a
children 674117ab7ce7
files mpcommon.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mpcommon.c	Tue Feb 22 12:38:21 2011 +0000
+++ b/mpcommon.c	Tue Feb 22 18:18:15 2011 +0000
@@ -64,10 +64,10 @@
     GetCpuCaps(&gCpuCaps);
 #if ARCH_X86
     mp_msg(MSGT_CPLAYER, MSGL_V,
-	   "CPUflags:  MMX: %d MMX2: %d 3DNow: %d 3DNowExt: %d SSE: %d SSE2: %d SSSE3: %d\n",
-	   gCpuCaps.hasMMX, gCpuCaps.hasMMX2,
-	   gCpuCaps.has3DNow, gCpuCaps.has3DNowExt,
-	   gCpuCaps.hasSSE, gCpuCaps.hasSSE2, gCpuCaps.hasSSSE3);
+           "CPUflags:  MMX: %d MMX2: %d 3DNow: %d 3DNowExt: %d SSE: %d SSE2: %d SSSE3: %d\n",
+           gCpuCaps.hasMMX, gCpuCaps.hasMMX2,
+           gCpuCaps.has3DNow, gCpuCaps.has3DNowExt,
+           gCpuCaps.hasSSE, gCpuCaps.hasSSE2, gCpuCaps.hasSSSE3);
 #if CONFIG_RUNTIME_CPUDETECT
     mp_msg(MSGT_CPLAYER,MSGL_V, MSGTR_CompiledWithRuntimeDetection);
 #else