From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web11.6688.1647930901407150326 for ; Mon, 21 Mar 2022 23:35:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=W571dQsE; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647930899; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wfucVvuSYRlBHWJCKTf1seCBrZ6U02IA8eF6Q2+Ec0w=; b=W571dQsEbdsCYGacXmRVFjSvWJnm5JrmX4Lx6YKSGmaX/RtR1a6cr6P/f06uayKzG1+R2A si7H+1ZsyUAL650tcQ3eHXFkEeO40+m8NEQx53fqaYB6Au/QyKuDms3ptlUN5iuAMIXv+p d/1AKgGssdHyKyTZ426vevKbUokUkE4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-302-0A1U2HawONeLLjCOxLuQkg-1; Tue, 22 Mar 2022 02:34:54 -0400 X-MC-Unique: 0A1U2HawONeLLjCOxLuQkg-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2550D811E7A; Tue, 22 Mar 2022 06:34:54 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (unknown [10.39.192.71]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EC9844B8D42; Tue, 22 Mar 2022 06:34:51 +0000 (UTC) Subject: Re: [PATCH v1 3/4] OvmfPkg: Revert Uncrustify formatting in VbeShim.h files To: mikuback@linux.microsoft.com, devel@edk2.groups.io Cc: Ard Biesheuvel , Jiewen Yao , Jordan Justen , Gerd Hoffmann , Rebecca Cran , Peter Grehan References: <20220322015814.9182-1-mikuback@linux.microsoft.com> <20220322015814.9182-4-mikuback@linux.microsoft.com> From: "Laszlo Ersek" Message-ID: <8097d2b5-e222-685a-fae2-ec5b40e07ff3@redhat.com> Date: Tue, 22 Mar 2022 07:34:50 +0100 MIME-Version: 1.0 In-Reply-To: <20220322015814.9182-4-mikuback@linux.microsoft.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 03/22/22 02:58, mikuback@linux.microsoft.com wrote: > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3875 > > Reverts changes automatically applied by Uncrustify in commit > ac0a286. > > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Cc: Rebecca Cran > Cc: Peter Grehan > Cc: Laszlo Ersek > Signed-off-by: Michael Kubacki > --- > OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.h | 1811 ++++++++++---------- > OvmfPkg/QemuVideoDxe/VbeShim.h | 1389 ++++++++------- > 2 files changed, 1599 insertions(+), 1601 deletions(-) Acked-by: Laszlo Ersek Thank you Michael. Laszlo