[Spice-devel] [PATCH spice-server v8 02/12] fixup! Convert RedChannel hierarchy to GObject
Frediano Ziglio
fziglio at redhat.com
Mon Oct 24 08:40:45 UTC 2016
Remove double statement terminators.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
server/display-channel.c | 2 +-
server/red-channel.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/display-channel.c b/server/display-channel.c
index decdfee..59e6c8d 100644
--- a/server/display-channel.c
+++ b/server/display-channel.c
@@ -1188,7 +1188,7 @@ int display_channel_wait_for_migrate_data(DisplayChannel *display)
uint64_t end_time = spice_get_monotonic_time_ns() + DISPLAY_CLIENT_MIGRATE_DATA_TIMEOUT;
RedChannelClient *rcc;
int ret = FALSE;
- GList *clients = red_channel_get_clients(RED_CHANNEL(display));;
+ GList *clients = red_channel_get_clients(RED_CHANNEL(display));
if (!red_channel_is_waiting_for_migrate_data(RED_CHANNEL(display))) {
return FALSE;
diff --git a/server/red-channel.c b/server/red-channel.c
index 4281414..f9973fe 100644
--- a/server/red-channel.c
+++ b/server/red-channel.c
@@ -210,7 +210,7 @@ static void red_channel_client_default_peer_on_error(RedChannelClient *rcc)
static void red_channel_on_output(void *opaque, int n)
{
RedChannelClient *rcc = opaque;
- RedChannel *self = red_channel_client_get_channel(rcc);;
+ RedChannel *self = red_channel_client_get_channel(rcc);
red_channel_client_on_output(opaque, n);
--
2.7.4
More information about the Spice-devel
mailing list