Index: uspace/lib/usbhost/include/usb/host/utils/malloc32.h
===================================================================
--- uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision b7fd2a02e4161f4edd38548e7f8456b8021549be)
+++ uspace/lib/usbhost/include/usb/host/utils/malloc32.h	(revision 928a2cbbc75ddb1a52c2123f04217b3c916102ed)
@@ -60,8 +60,8 @@
 	uintptr_t result;
 	errno_t ret = as_get_physical_mapping(addr, &result);
-	
+
 	if (ret != EOK)
 		return 0;
-	
+
 	return result;
 }
