[Spice-devel] spiceqxl: Fix formatting of a couple of function calls.

Francois Gouget fgouget at codeweavers.com
Thu Sep 3 10:17:26 PDT 2015


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

On Thu, 3 Sep 2015, Frediano Ziglio wrote:

> > 
> > Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
> 
> Acked-by: Frediano Ziglio <fziglio at redhat.com>
> 
> Cannot actually push it.
> It also would help if you can rebase to new master (patch apply but git am complains).

There you go:

diff --git a/src/spiceqxl_spice_server.c b/src/spiceqxl_spice_server.c
index 14ee752..26e7487 100644
--- a/src/spiceqxl_spice_server.c
+++ b/src/spiceqxl_spice_server.c
@@ -295,10 +295,8 @@ void xspice_set_spice_server_options(OptionInfoPtr options)
         spice_server_set_streaming_video(spice_server, streaming_video_opt);
     }
 
-    spice_server_set_agent_mouse
-        (spice_server, agent_mouse);
-    spice_server_set_playback_compression
-        (spice_server, playback_compression);
+    spice_server_set_agent_mouse(spice_server, agent_mouse);
+    spice_server_set_playback_compression(spice_server, playback_compression);
 
     free(x509_key_file);
     free(x509_cert_file);


More information about the Spice-devel mailing list