diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2019-09-18 09:22:15 +0100 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-10-04 11:18:22 +0100 |
commit | c1bcb2258c1888ab237163d9a5d59f21c10650d3 (patch) | |
tree | b5444f559aacb606043eb3ecdad3f7e40a7e5b5e /BaseTools/Source/Python/AutoGen | |
parent | 61af5f249495b18f45ca164376c871081448c0e4 (diff) | |
download | edk2-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')
-rwxr-xr-x | BaseTools/Source/Python/AutoGen/DataPipe.py | 2 |
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}
|