Index: uspace/lib/c/include/device/hw_res_parsed.h
===================================================================
--- uspace/lib/c/include/device/hw_res_parsed.h	(revision 301032a87023b80a020de82584ef102eae4ad415)
+++ uspace/lib/c/include/device/hw_res_parsed.h	(revision 60efa35cf0b187ca172576ea4d4438b7daaf2546)
@@ -139,6 +139,6 @@
 }
 
-extern int hw_res_list_parse(
-    const hw_resource_list_t *, hw_res_list_parsed_t *, int);
+extern int hw_res_list_parse(const hw_resource_list_t *,
+    hw_res_list_parsed_t *, int);
 extern int hw_res_get_list_parsed(async_sess_t *, hw_res_list_parsed_t *, int);
 
