From db2ef699015d4b3562f5369e52e6d5135c6cb416 Mon Sep 17 00:00:00 2001
From: Nikolaj Schlej <schlej@live.de>
Date: Thu, 30 Oct 2014 05:34:19 +0100
Subject: [PATCH] Update ffsengine.cpp

---
 ffsengine.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ffsengine.cpp b/ffsengine.cpp
index 6c08274..ff3d52f 100644
--- a/ffsengine.cpp
+++ b/ffsengine.cpp
@@ -176,7 +176,7 @@ FfsEngine::FfsEngine(QObject *parent)
     model = new TreeModel();
     oldPeiCoreEntryPoint = 0;
     newPeiCoreEntryPoint = 0;
-	dumped = false;
+    dumped = false;
 }
 
 FfsEngine::~FfsEngine(void)
@@ -3656,4 +3656,4 @@ UINT8 FfsEngine::patchViaPattern(QByteArray & data, const QByteArray & hexFindPa
 
     data = body;
     return ERR_SUCCESS;
-}
\ No newline at end of file
+}