Whitespace changes only.
[pspp] / src / output / spv / spvbin-helpers.c
index e405310395d32f6f835a9f96d38ae78278246276..138e213957b9b7cfe5819a51bfb8d92f711bf08a 100644 (file)
@@ -46,7 +46,7 @@ spvbin_input_to_error (const struct spvbin_input *input, const char *name)
   if (name)
     ds_put_format (&s, "%s: ", name);
   ds_put_cstr (&s, "parse error decoding ");
-  for (size_t i = input->n_errors; i-- > 0; )
+  for (size_t i = input->n_errors; i-- > 0;)
     if (i < SPVBIN_MAX_ERRORS)
       ds_put_format (&s, "/%s@%#zx", input->errors[i].name,
                      input->errors[i].start);