Index: uspace/drv/bus/usb/xhci/endpoint.h
===================================================================
--- uspace/drv/bus/usb/xhci/endpoint.h	(revision 176a70af1790e0dc046aa8dcd2f33e7e9508573f)
+++ uspace/drv/bus/usb/xhci/endpoint.h	(revision d3dce3f407f64daa8fb10b187f625b83f8602820)
@@ -54,5 +54,5 @@
 {
   assert(ep);
-	return ep->hc_data.data;
+  return ep->hc_data.data;
 }
 
