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