resource-manager: fix wrong indentation in unset_resource_attr_interest 71/286771/2
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 12 Jan 2023 13:48:30 +0000 (22:48 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 12 Jan 2023 14:18:16 +0000 (23:18 +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 629df21..b2f2fbf 100644 (file)
@@ -1145,8 +1145,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;