syntax-check: Remove trailing whitespace from EOL and EOF

Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Christophe Fergeau 2016-10-27 16:12:14 +02:00 committed by Frediano Ziglio
parent b7c7a6ca9d
commit d6c5b5c058
5 changed files with 3 additions and 5 deletions

View File

@ -199,4 +199,3 @@ QXLInstance* common_graphics_channel_get_qxl(CommonGraphicsChannel *self)
{
return self->priv->qxl;
}

View File

@ -72,7 +72,7 @@ void cursor_channel_set_mouse_mode(CursorChannel *cursor, uint32
* This is the equivalent of RedChannel client connect callback.
* See comment on cursor_channel_new.
*/
void cursor_channel_connect (CursorChannel *cursor, RedClient *client,
void cursor_channel_connect (CursorChannel *cursor, RedClient *client,
RedsStream *stream,
int migrate,
uint32_t *common_caps, int num_common_caps,

View File

@ -590,7 +590,7 @@ InputsChannel* inputs_channel_new(RedsState *reds)
"channel-type", (int)SPICE_CHANNEL_INPUTS,
"id", 0,
"handle-acks", FALSE,
"migration-flags",
"migration-flags",
(guint)(SPICE_MIGRATE_NEED_FLUSH | SPICE_MIGRATE_NEED_DATA_TRANSFER),
NULL);

View File

@ -81,7 +81,7 @@ struct RedChannelPrivate
SpiceCoreInterfaceInternal *core;
gboolean handle_acks;
// RedChannel will hold only connected channel clients
// RedChannel will hold only connected channel clients
// (logic - when pushing pipe item to all channel clients, there
// is no need to go over disconnect clients)
// . While client will hold the channel clients till it is destroyed

View File

@ -415,4 +415,3 @@ RedCharDeviceSmartcard* smartcard_channel_client_get_char_device(SmartCardChanne
{
return scc->priv->smartcard;
}