Whitespace changes only.
[pspp] / src / data / por-file-writer.c
index 5795b817dcf2b9cefafb42d342fe715ac96f1117..672add4101cff3520bcd008ea0395a3805a41183 100644 (file)
@@ -812,7 +812,7 @@ format_trig_double (long double value, int base_10_precision, char output[])
       value -= chunk;
 
       /* Append the chunk, in base 30, to trigs[]. */
-      for (trigs_left = CHUNK_SIZE; chunk > 0 && trigs_left > 0; )
+      for (trigs_left = CHUNK_SIZE; chunk > 0 && trigs_left > 0;)
         {
           trigs[trig_cnt + --trigs_left] = chunk % 30;
           chunk /= 30;