summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/DataPipe.py
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2019-09-18 09:22:15 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2019-10-04 11:18:22 +0100
commitc1bcb2258c1888ab237163d9a5d59f21c10650d3 (patch)
treeb5444f559aacb606043eb3ecdad3f7e40a7e5b5e /BaseTools/Source/Python/AutoGen/DataPipe.py
parent61af5f249495b18f45ca164376c871081448c0e4 (diff)
downloadedk2-c1bcb2258c1888ab237163d9a5d59f21c10650d3.tar.gz
edk2-c1bcb2258c1888ab237163d9a5d59f21c10650d3.tar.bz2
edk2-c1bcb2258c1888ab237163d9a5d59f21c10650d3.zip
BaseTools: add missing newlines at end of files
Some scripts in Source/Python were missing newlines at end of files, so add them. Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Bob Feng <bob.c.feng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen/DataPipe.py')
-rwxr-xr-xBaseTools/Source/Python/AutoGen/DataPipe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/AutoGen/DataPipe.py b/BaseTools/Source/Python/AutoGen/DataPipe.py
index 8b8cfd1c51..078bafecb4 100755
--- a/BaseTools/Source/Python/AutoGen/DataPipe.py
+++ b/BaseTools/Source/Python/AutoGen/DataPipe.py
@@ -163,4 +163,4 @@ class MemoryDataPipe(DataPipe):
self.DataContainer = {"BinCacheDest":GlobalData.gBinCacheDest}
- self.DataContainer = {"EnableGenfdsMultiThread":GlobalData.gEnableGenfdsMultiThread} \ No newline at end of file
+ self.DataContainer = {"EnableGenfdsMultiThread":GlobalData.gEnableGenfdsMultiThread}