Index: uspace/drv/bus/usb/usbmast/main.c
===================================================================
--- uspace/drv/bus/usb/usbmast/main.c	(revision affaf2e32d63acee2b44deef78a9bc2876c0cde3)
+++ uspace/drv/bus/usb/usbmast/main.c	(revision f73b2913a9facbac5079836f6c5bee2148010a56)
@@ -100,5 +100,5 @@
 static usbmast_fun_t *bd_srv_usbmast(bd_srv_t *bd)
 {
-	return (usbmast_fun_t *)bd->srvs->sarg;
+	return (usbmast_fun_t *) bd->srvs->sarg;
 }
 
