From: Rafaël Carré Date: Sun, 17 Jan 2010 10:31:04 +0000 (+0100) Subject: Replace a not space blank character X-Git-Tag: 1.1.0-ff~1156 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8b0a6c4fad6f6467a92863f582e069fd6382f51c;p=vlc Replace a not space blank character --- diff --git a/src/misc/cpu.c b/src/misc/cpu.c index b09debb2fd..1b2014d254 100644 --- a/src/misc/cpu.c +++ b/src/misc/cpu.c @@ -313,7 +313,7 @@ const struct { CPU_CAPABILITY_SSE, "sse" }, #endif #if defined (__ppc__) || defined (__ppc64__) || defined (__powerpc__) - { CPU_CAPABILITY_ALTIVEC, "altivec" }, + { CPU_CAPABILITY_ALTIVEC, "altivec" }, #endif #if defined (__arm__) { CPU_CAPABILITY_NEON, "arm_neon" },