From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3827210E144 for ; Wed, 15 Feb 2023 15:19:08 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Wed, 15 Feb 2023 20:51:22 +0530 Message-Id: <20230215152123.12883-3-swati2.sharma@intel.com> In-Reply-To: <20230215152123.12883-1-swati2.sharma@intel.com> References: <20230215152123.12883-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 2/3] tests/kms_plane_scaling: Remove extra newline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Remove extra newline. Signed-off-by: Swati Sharma --- tests/kms_plane_scaling.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c index 382d199e0..9737d8645 100644 --- a/tests/kms_plane_scaling.c +++ b/tests/kms_plane_scaling.c @@ -872,7 +872,6 @@ static void invalid_parameter_tests(data_t *d) paramtests[i].planesize[0], paramtests[i].planesize[1]); - for (uint32_t j = 0; paramtests[i].params[j].prop != ~0; j++) igt_plane_set_prop_value(plane, paramtests[i].params[j].prop, -- 2.25.1