public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Eric Jin" <eric.jin@intel.com>
To: devel@edk2.groups.io
Cc: Sean Brogan <sean.brogan@microsoft.com>,
	Bret Barkelew <Bret.Barkelew@microsoft.com>,
	Liming Gao <liming.gao@intel.com>,
	Michael D Kinney <michael.d.kinney@intel.com>
Subject: [PATCH 13/14] FmpDevicePkg/FmpDxe: Fix code indent
Date: Thu,  1 Aug 2019 16:48:17 +0800	[thread overview]
Message-ID: <20190801084817.2844-1-eric.jin@intel.com> (raw)

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1525

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Eric Jin <eric.jin@intel.com>
---
 FmpDevicePkg/FmpDxe/VariableSupport.c | 30 +++++++++++++--------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/FmpDevicePkg/FmpDxe/VariableSupport.c b/FmpDevicePkg/FmpDxe/VariableSupport.c
index a2deff94a5..86dd5b203b 100644
--- a/FmpDevicePkg/FmpDxe/VariableSupport.c
+++ b/FmpDevicePkg/FmpDxe/VariableSupport.c
@@ -99,12 +99,12 @@ GetFmpControllerState (
   IN FIRMWARE_MANAGEMENT_PRIVATE_DATA  *Private
   )
 {
-  EFI_STATUS                   Status;
+  EFI_STATUS            Status;
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  UINTN                        Size;
+  UINTN                 Size;
 
   FmpControllerState = NULL;
-  Size                     = 0;
+  Size               = 0;
   Status = GetVariable2 (
              Private->FmpStateVariableName,
              &gEfiCallerIdGuid,
@@ -329,7 +329,7 @@ GetVersionFromVariable (
   )
 {
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  UINT32                       Value;
+  UINT32                Value;
 
   Value = DEFAULT_VERSION;
   FmpControllerState = GetFmpControllerState (Private);
@@ -368,7 +368,7 @@ GetLowestSupportedVersionFromVariable (
   )
 {
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  UINT32                       Value;
+  UINT32                Value;
 
   Value = DEFAULT_LOWESTSUPPORTEDVERSION;
   FmpControllerState = GetFmpControllerState (Private);
@@ -406,7 +406,7 @@ GetLastAttemptStatusFromVariable (
   )
 {
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  UINT32                       Value;
+  UINT32                Value;
 
   Value = DEFAULT_LASTATTEMPTSTATUS;
   FmpControllerState = GetFmpControllerState (Private);
@@ -444,7 +444,7 @@ GetLastAttemptVersionFromVariable (
   )
 {
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  UINT32                       Value;
+  UINT32                Value;
 
   Value = DEFAULT_LASTATTEMPTVERSION;
   FmpControllerState = GetFmpControllerState (Private);
@@ -478,9 +478,9 @@ SetVersionInVariable (
   IN UINT32                            Version
   )
 {
-  EFI_STATUS                   Status;
+  EFI_STATUS            Status;
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  BOOLEAN                      Update;
+  BOOLEAN               Update;
 
   FmpControllerState = GetFmpControllerState (Private);
   if (FmpControllerState == NULL) {
@@ -541,9 +541,9 @@ SetLowestSupportedVersionInVariable (
   IN UINT32                            LowestSupportedVersion
   )
 {
-  EFI_STATUS                   Status;
+  EFI_STATUS            Status;
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  BOOLEAN                      Update;
+  BOOLEAN               Update;
 
   FmpControllerState = GetFmpControllerState (Private);
   if (FmpControllerState == NULL) {
@@ -604,9 +604,9 @@ SetLastAttemptStatusInVariable (
   IN UINT32                            LastAttemptStatus
   )
 {
-  EFI_STATUS                   Status;
+  EFI_STATUS            Status;
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  BOOLEAN                      Update;
+  BOOLEAN               Update;
 
   FmpControllerState = GetFmpControllerState (Private);
   if (FmpControllerState == NULL) {
@@ -667,9 +667,9 @@ SetLastAttemptVersionInVariable (
   IN UINT32                            LastAttemptVersion
   )
 {
-  EFI_STATUS                   Status;
+  EFI_STATUS            Status;
   FMP_CONTROLLER_STATE  *FmpControllerState;
-  BOOLEAN                      Update;
+  BOOLEAN               Update;
 
   FmpControllerState = GetFmpControllerState (Private);
   if (FmpControllerState == NULL) {
-- 
2.20.1.windows.1


                 reply	other threads:[~2019-08-01  8:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190801084817.2844-1-eric.jin@intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox