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 0aa06cbe8a6965cc7f1ebfa7236bcd8d5316da16)
@@ -60,8 +60,8 @@
 	uintptr_t result;
 	errno_t ret = as_get_physical_mapping(addr, &result);
-	
+
 	if (ret != EOK)
 		return 0;
-	
+
 	return result;
 }
