diff mbox

[edk2,1/2] ArmPkg CRLF fixup.

Message ID 1392141891-32442-1-git-send-email-leif.lindholm@linaro.org
State New
Headers show

Commit Message

Leif Lindholm Feb. 11, 2014, 6:04 p.m. UTC
The result of 'find . -type f -exec unix2dos {} \;'.
Affects only one file.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
---
 ArmPkg/Library/ArmLib/AArch64/AArch64Mmu.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff mbox

Patch

diff --git a/ArmPkg/Library/ArmLib/AArch64/AArch64Mmu.c b/ArmPkg/Library/ArmLib/AArch64/AArch64Mmu.c
index 42b4963..9bc984f 100644
--- a/ArmPkg/Library/ArmLib/AArch64/AArch64Mmu.c
+++ b/ArmPkg/Library/ArmLib/AArch64/AArch64Mmu.c
@@ -471,7 +471,7 @@  SetMemoryAttributes (
   IN UINT64                    Attributes,
   IN EFI_PHYSICAL_ADDRESS      VirtualMask
   )
-{
+{
   RETURN_STATUS                Status;
   ARM_MEMORY_REGION_DESCRIPTOR MemoryRegion;
   UINT64                      *TranslationTable;
@@ -483,9 +483,9 @@  SetMemoryAttributes (
 
   TranslationTable = ArmGetTTBR0BaseAddress ();
 
-  Status = FillTranslationTable (TranslationTable, &MemoryRegion);
-  if (RETURN_ERROR (Status)) {
-    return Status;
+  Status = FillTranslationTable (TranslationTable, &MemoryRegion);
+  if (RETURN_ERROR (Status)) {
+    return Status;
   }
 
   // Flush d-cache so descriptors make it back to uncached memory for subsequent table walks