[Spice-devel] [RFC PATCH 02/16] OT: style

Frediano Ziglio fziglio at redhat.com
Wed Jan 25 12:42:25 UTC 2017


---
 server/red-channel.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/server/red-channel.c b/server/red-channel.c
index f2a35f3..15f556c 100644
--- a/server/red-channel.c
+++ b/server/red-channel.c
@@ -682,8 +682,7 @@ int red_channel_pipes_new_add_push(RedChannel *channel,
 
 void red_channel_pipes_new_add(RedChannel *channel, new_pipe_item_t creator, void *data)
 {
-    red_channel_pipes_create_batch(channel, creator, data,
-                                     red_channel_client_pipe_add);
+    red_channel_pipes_create_batch(channel, creator, data, red_channel_client_pipe_add);
 }
 
 uint32_t red_channel_max_pipe_size(RedChannel *channel)
-- 
git-series 0.9.1


More information about the Spice-devel mailing list