mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Remove a few redundant ;s
This commit is contained in:
parent
02eed18a4e
commit
c5561ff699
@ -1328,7 +1328,7 @@ initable_init (GInitable *initable,
|
|||||||
|
|
||||||
proxy_flags = G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES;
|
proxy_flags = G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES;
|
||||||
if (manager->priv->flags & G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START)
|
if (manager->priv->flags & G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START)
|
||||||
proxy_flags |= G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START;;
|
proxy_flags |= G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START;
|
||||||
|
|
||||||
manager->priv->control_proxy = g_dbus_proxy_new_sync (manager->priv->connection,
|
manager->priv->control_proxy = g_dbus_proxy_new_sync (manager->priv->connection,
|
||||||
proxy_flags,
|
proxy_flags,
|
||||||
|
@ -828,7 +828,7 @@ g_resource_file_input_stream_close (GInputStream *stream,
|
|||||||
static goffset
|
static goffset
|
||||||
g_resource_file_input_stream_tell (GFileInputStream *stream)
|
g_resource_file_input_stream_tell (GFileInputStream *stream)
|
||||||
{
|
{
|
||||||
GResourceFileInputStream *file = G_RESOURCE_FILE_INPUT_STREAM (stream);;
|
GResourceFileInputStream *file = G_RESOURCE_FILE_INPUT_STREAM (stream);
|
||||||
|
|
||||||
if (!G_IS_SEEKABLE (file->stream))
|
if (!G_IS_SEEKABLE (file->stream))
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user