mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +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 */
|
/* not used for now */
|
||||||
observer->priv = G_TYPE_INSTANCE_GET_PRIVATE (observer,
|
observer->priv = G_TYPE_INSTANCE_GET_PRIVATE (observer,
|
||||||
G_TYPE_DBUS_AUTH_OBSERVER,
|
G_TYPE_DBUS_AUTH_OBSERVER,
|
||||||
GDBusAuthObserverPrivate);;
|
GDBusAuthObserverPrivate);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -2647,7 +2647,7 @@ flags_to_string (GType flags_type, guint value)
|
|||||||
if (s->len == 0)
|
if (s->len == 0)
|
||||||
g_string_append (s, "none");
|
g_string_append (s, "none");
|
||||||
g_type_class_unref (klass);
|
g_type_class_unref (klass);
|
||||||
return g_string_free (s, FALSE);;
|
return g_string_free (s, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gint
|
static gint
|
||||||
|
@@ -433,7 +433,7 @@ tokenize_command_line (const gchar *command_line,
|
|||||||
const gchar *p;
|
const gchar *p;
|
||||||
GString *current_token = NULL;
|
GString *current_token = NULL;
|
||||||
GSList *retval = NULL;
|
GSList *retval = NULL;
|
||||||
gboolean quoted;;
|
gboolean quoted;
|
||||||
|
|
||||||
current_quote = '\0';
|
current_quote = '\0';
|
||||||
quoted = FALSE;
|
quoted = FALSE;
|
||||||
|
Reference in New Issue
Block a user