[igt-dev] [PATCH i-g-t 1/2] tests/kms_plane_scaling: Fix indentation
Swati Sharma
swati2.sharma at intel.com
Thu May 12 08:01:29 UTC 2022
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
tests/kms_plane_scaling.c | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index 301cf4e0..a1a883b3 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -279,13 +279,13 @@ static void test_scaler_with_modifier_pipe(data_t *d,
for (int i = 0; i < ARRAY_SIZE(modifiers); i++) {
uint64_t modifier = modifiers[i];
- if (igt_plane_has_format_mod(plane, format, modifier))
- check_scaling_pipe_plane_rot(d, plane,
- format, modifier,
- width, height,
- is_upscale,
- pipe, output,
- IGT_ROTATION_0);
+ if (igt_plane_has_format_mod(plane, format, modifier))
+ check_scaling_pipe_plane_rot(d, plane,
+ format, modifier,
+ width, height,
+ is_upscale,
+ pipe, output,
+ IGT_ROTATION_0);
}
}
}
@@ -312,13 +312,13 @@ static void test_scaler_with_rotation_pipe(data_t *d,
for (int i = 0; i < ARRAY_SIZE(rotations); i++) {
igt_rotation_t rot = rotations[i];
- if (igt_plane_has_rotation(plane, rot))
- check_scaling_pipe_plane_rot(d, plane,
- format, modifier,
- width, height,
- is_upscale,
- pipe, output,
- rot);
+ if (igt_plane_has_rotation(plane, rot))
+ check_scaling_pipe_plane_rot(d, plane,
+ format, modifier,
+ width, height,
+ is_upscale,
+ pipe, output,
+ rot);
}
}
}
--
2.25.1
More information about the igt-dev
mailing list