]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gthr-vxworks.h
Remove trailing white spaces.
[thirdparty/gcc.git] / gcc / gthr-vxworks.h
index dee15731f0ac0a951712b8a2fcc9099b1c54e716..d4da14ef49295674f6dfc9fd87436223764f5f49 100644 (file)
@@ -137,7 +137,7 @@ __gthread_once_t;
 
 #if defined (__RTP__)
 # define __GTHREAD_ONCE_INIT { 0 }
-#elif defined (__PPC__) 
+#elif defined (__PPC__)
 # define __GTHREAD_ONCE_INIT { 0, 0, 0, 0 }
 #else
 # define __GTHREAD_ONCE_INIT { 0, 0 }