From c1bcb2258c1888ab237163d9a5d59f21c10650d3 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Wed, 18 Sep 2019 09:22:15 +0100 Subject: 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 Cc: Liming Gao Signed-off-by: Leif Lindholm Reviewed-by: Bob Feng Reviewed-by: Liming Gao Reviewed-by: Philippe Mathieu-Daude --- BaseTools/Source/Python/AutoGen/DataPipe.py | 2 +- BaseTools/Source/Python/Common/DataType.py | 2 +- BaseTools/Source/Python/Common/GlobalData.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'BaseTools') diff --git a/BaseTools/Source/Python/AutoGen/DataPipe.py b/BaseTools/Source/Python/AutoGen/DataPipe.py index 8b8cfd1..078bafe 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} diff --git a/BaseTools/Source/Python/Common/DataType.py b/BaseTools/Source/Python/Common/DataType.py index 8ae1bd2..5d49afb 100644 --- a/BaseTools/Source/Python/Common/DataType.py +++ b/BaseTools/Source/Python/Common/DataType.py @@ -532,4 +532,4 @@ PACK_CODE_BY_SIZE = {8:'=Q', 0:'=B', 16:""} -TAB_COMPILER_MSFT = 'MSFT' \ No newline at end of file +TAB_COMPILER_MSFT = 'MSFT' diff --git a/BaseTools/Source/Python/Common/GlobalData.py b/BaseTools/Source/Python/Common/GlobalData.py index 8eb72aa..74c6d00 100755 --- a/BaseTools/Source/Python/Common/GlobalData.py +++ b/BaseTools/Source/Python/Common/GlobalData.py @@ -129,4 +129,4 @@ file_lock = None # Common dictionary to share platform libraries' constant Pcd libConstPcd = None # Common dictionary to share platform libraries' reference info -Refes = None \ No newline at end of file +Refes = None -- cgit v1.1