Delete all Trailing spaces in code.
[reactos.git] / reactos / dll / 3rdparty / mesa32 / src / ppc / common_ppc.c
index 13526df..abc4e87 100644 (file)
@@ -44,7 +44,7 @@ unsigned long _mesa_ppc_cpu_features = 0;
  * Detect CPU features and install optimized transform and lighting routines.
  * Currently, CPU features are only detected.  The optimized routines have
  * yet to be written.
- * 
+ *
  * \bug
  * This routine is highly specific to Linux kernel 2.6.  I'm still waiting
  * to hear back from the glibc folk on how to do this "right".
@@ -80,7 +80,7 @@ void _mesa_init_all_ppc_transform_asm( void )
 
       fclose( f );
    }
-   
+
 # ifndef USE_VMX_ASM
    _mesa_ppc_cpu_features &= ~PPC_FEATURES_HAS_ALTIVEC;
 # endif