Index: uspace/lib/usbhost/src/usb_transfer_batch.c
===================================================================
--- uspace/lib/usbhost/src/usb_transfer_batch.c	(revision f527f5844b885cc12373c416ede48539086c2748)
+++ uspace/lib/usbhost/src/usb_transfer_batch.c	(revision 8b6aa3923668ec2fbb91e100c43265f2f32fe31c)
@@ -56,13 +56,10 @@
  * @return Pointer to valid usb_transfer_batch_t structure, NULL on failure.
  */
-usb_transfer_batch_t * usb_transfer_batch_create(
-    endpoint_t *ep,
-    char *buffer,
+usb_transfer_batch_t *usb_transfer_batch_create(endpoint_t *ep, char *buffer,
     size_t buffer_size,
     uint64_t setup_buffer,
     usbhc_iface_transfer_in_callback_t func_in,
     usbhc_iface_transfer_out_callback_t func_out,
-    void *arg
-    )
+    void *arg)
 {
 	if (func_in == NULL && func_out == NULL)
