Skip to content

Commit

Permalink
Remove stray semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and a-h-abdelsalam committed Sep 5, 2024
1 parent ef40862 commit b853ed4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10939,7 +10939,7 @@ buffer_aggregate_xml (GString *xml, iterator_t* aggregate, const gchar* type,
g_array_free (group_c_sums, TRUE);

g_tree_destroy(subgroup_c_counts);
};
}
}

/**
Expand Down Expand Up @@ -13520,7 +13520,7 @@ handle_get_info (gmp_parser_t *gmp_parser, GError **error)
"</cert_ref>",
get_iterator_name (&cert_advs),
cert_bund_adv_info_iterator_title (&cert_advs));
};
}
cleanup_iterator (&cert_advs);

init_cve_dfn_cert_adv_iterator (&cert_advs,
Expand All @@ -13537,7 +13537,7 @@ handle_get_info (gmp_parser_t *gmp_parser, GError **error)
get_iterator_name (&cert_advs),
dfn_cert_adv_info_iterator_title
(&cert_advs));
};
}
cleanup_iterator (&cert_advs);
}
else
Expand Down Expand Up @@ -16083,7 +16083,7 @@ handle_get_resource_names (gmp_parser_t *gmp_parser, GError **error)
get_resource_names_data_reset (get_resource_names_data);
set_client_state (CLIENT_AUTHENTIC);
return;
};
}

ret = init_resource_iterator (&resource, &get_resource_names_data->get);
if (ret)
Expand Down

0 comments on commit b853ed4

Please sign in to comment.