Whitespace changes only.
[pspp] / src / output / pivot-output.c
index e624f78dcb855f0863ac37ef049d0599365096d7..8226b35e47bdd67edbc4e6c923613da5438221ce 100644 (file)
@@ -219,7 +219,7 @@ compose_headings (struct table *t,
 
       for (int row_ofs = 0; row_ofs < d->label_depth; row_ofs++)
         {
-          for (size_t x1 = 0; x1 < n_columns; )
+          for (size_t x1 = 0; x1 < n_columns;)
             {
               const struct pivot_category *c = find_category (
                 d, dim_index, column_enumeration + x1 * stride, row_ofs);