Whitespace changes only.
[pspp] / utilities / pspp-dump-sav.c
index 0aed9cf61488ae67e925891c7eb506037919dc1b..4a44e490574aa7427a4c0fb3eff95d358926184d 100644 (file)
@@ -1231,7 +1231,7 @@ read_simple_compressed_data (struct sfm_reader *r, int max_cases)
     {
       printf ("%08llx: case %d's uncompressible data begins\n",
               (long long int) ftello (r->file), case_num);
-      for (i = 0; i < r->n_var_widths; )
+      for (i = 0; i < r->n_var_widths;)
         {
           int width = r->var_widths[i];
           char raw_value[8];