OSDN Git Service

* gbl-ctors.h: Fix formatting.
[pf3gnuchains/gcc-fork.git] / gcc / gcov-io.h
index 9e1c081..4c547b5 100644 (file)
@@ -74,7 +74,7 @@ __store_gcov_type (value, dest, bytes)
   if (value && value != -1)
     return 1;
 
-  for(; i < bytes ; i++) 
+  for(; i < bytes ; i++)
     dest[i] = 0;
   dest[bytes - 1] |= upper_bit;
   return 0;