mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Remove cases of ;;
This commit is contained in:
@@ -192,7 +192,7 @@ g_dbus_auth_observer_init (GDBusAuthObserver *observer)
|
||||
/* not used for now */
|
||||
observer->priv = G_TYPE_INSTANCE_GET_PRIVATE (observer,
|
||||
G_TYPE_DBUS_AUTH_OBSERVER,
|
||||
GDBusAuthObserverPrivate);;
|
||||
GDBusAuthObserverPrivate);
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -2647,7 +2647,7 @@ flags_to_string (GType flags_type, guint value)
|
||||
if (s->len == 0)
|
||||
g_string_append (s, "none");
|
||||
g_type_class_unref (klass);
|
||||
return g_string_free (s, FALSE);;
|
||||
return g_string_free (s, FALSE);
|
||||
}
|
||||
|
||||
static gint
|
||||
|
@@ -433,7 +433,7 @@ tokenize_command_line (const gchar *command_line,
|
||||
const gchar *p;
|
||||
GString *current_token = NULL;
|
||||
GSList *retval = NULL;
|
||||
gboolean quoted;;
|
||||
gboolean quoted;
|
||||
|
||||
current_quote = '\0';
|
||||
quoted = FALSE;
|
||||
|
Reference in New Issue
Block a user