Delete stray semicolons

Closes: #2703
Approved by: matthiasclasen
This commit is contained in:
Matthew Leeds
2019-02-13 17:51:48 -08:00
committed by Atomic Bot
parent 5c19c3242d
commit 4607739677
3 changed files with 0 additions and 3 deletions

View File

@@ -99,7 +99,6 @@ find_matching_extension_group_in_metakey (GKeyFile *metakey,
{
const char *group_name = *iter;
const char *extension_name = NULL;
;
g_autofree char *extension_tag = NULL;
if (!g_str_has_prefix (group_name, extension_prefix))

View File

@@ -2037,7 +2037,6 @@ resolve_p2p_ops (FlatpakTransaction *self,
FlatpakTransactionPrivate *priv = flatpak_transaction_get_instance_private (self);
g_autoptr(GPtrArray) resolves = g_ptr_array_new_with_free_func ((GDestroyNotify) flatpak_dir_resolve_free);
;
GList *l;
int i;

View File

@@ -5831,7 +5831,6 @@ progress_cb (OstreeAsyncProgress *progress, gpointer user_data)
if (downloading_extra_data)
{
g_autofree gchar *formatted_bytes_total = g_format_size_full (total, 0);
;
g_string_append_printf (buf, _("Downloading extra data: %s/%s"),
formatted_bytes_total_transferred,
formatted_bytes_total);