[Spice-devel] [PATCH spice-gtk v4 04/29] fixup! usb-redir: move implementation of device description to USB backend
Frediano Ziglio
fziglio at redhat.com
Tue Aug 27 09:22:21 UTC 2019
Really minor space removal
---
src/usb-backend.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/usb-backend.c b/src/usb-backend.c
index aa11c791..252c0a64 100644
--- a/src/usb-backend.c
+++ b/src/usb-backend.c
@@ -845,8 +845,8 @@ spice_usb_backend_channel_get_guest_filter(SpiceUsbBackendChannel *ch,
}
}
-gchar * spice_usb_backend_device_get_description(SpiceUsbBackendDevice *dev,
- const gchar *format)
+gchar *spice_usb_backend_device_get_description(SpiceUsbBackendDevice *dev,
+ const gchar *format)
{
guint16 bus, address, vid, pid;
gchar *description, *descriptor, *manufacturer = NULL, *product = NULL;
--
2.20.1
More information about the Spice-devel
mailing list