mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 01:49:09 +00:00
syntax-check: Remove trailing whitespace from EOL and EOF
Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
b7c7a6ca9d
commit
d6c5b5c058
@ -199,4 +199,3 @@ QXLInstance* common_graphics_channel_get_qxl(CommonGraphicsChannel *self)
|
||||
{
|
||||
return self->priv->qxl;
|
||||
}
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -415,4 +415,3 @@ RedCharDeviceSmartcard* smartcard_channel_client_get_char_device(SmartCardChanne
|
||||
{
|
||||
return scc->priv->smartcard;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user