resource-manager: fix wrong indentation in unset_resource_attr_interest 50/286950/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 12 Jan 2023 13:48:30 +0000 (22:48 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 17 Jan 2023 08:09:53 +0000 (17:09 +0900)
Fix the wrong indentation in unset_resource_attr_interest internal
function in order to improve the readability.

Change-Id: I07f3d84060d14c0d5cc141d74949900dd9fe11f0
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/resource-manager/resource-manager.c

index fca77439c481f97c97f394de5c7090dc5e63673d..9e94485dd9a98935f0f05f19f37a42f3314a3811 100644 (file)
@@ -1049,8 +1049,7 @@ unset_resource_attr_interest(struct syscommon_resman_resource *resource, u_int64
                if (!(resource->attrs[i].id & interest_mask))
                        continue;
 
-               attr_value = get_resource_attr_value(resource,
-                                                                     resource->attrs[i].id);
+               attr_value = get_resource_attr_value(resource, resource->attrs[i].id);
                if (!attr_value)
                        return -EINVAL;