formatting - space++
authorCarsten Haitzler <raster@rasterman.com>
Sun, 2 Oct 2011 10:43:17 +0000 (10:43 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sun, 2 Oct 2011 10:43:17 +0000 (10:43 +0000)
SVN revision: 63743

legacy/evas/src/lib/engines/common/evas_cpu.c

index 0ae7379..4c84de5 100644 (file)
@@ -172,7 +172,7 @@ evas_common_cpu_init(void)
    cpu_feature_mask |= CPU_FEATURE_SSE3 *
      evas_common_cpu_feature_test(evas_common_cpu_sse3_test); 
    evas_common_cpu_end_opt();
-   if(getenv("EVAS_CPU_NO_SSE3"))
+   if (getenv("EVAS_CPU_NO_SSE3"))
      cpu_feature_mask &= ~CPU_FEATURE_SSE3; 
 #endif /* BUILD_SSE3 */
 #endif /* BUILD_SSE */