]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: add missing newlines at end of files
authorLeif Lindholm <leif.lindholm@linaro.org>
Wed, 18 Sep 2019 08:22:15 +0000 (09:22 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Fri, 4 Oct 2019 10:18:22 +0000 (11:18 +0100)
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>
BaseTools/Source/Python/AutoGen/DataPipe.py
BaseTools/Source/Python/Common/DataType.py
BaseTools/Source/Python/Common/GlobalData.py

index 8b8cfd1c51eb0ee407e0145c1fbc133d2473f427..078bafecb45b28b7970cb153e6fd36b722b3a4d7 100755 (executable)
@@ -163,4 +163,4 @@ class MemoryDataPipe(DataPipe):
 \r
         self.DataContainer = {"BinCacheDest":GlobalData.gBinCacheDest}\r
 \r
-        self.DataContainer = {"EnableGenfdsMultiThread":GlobalData.gEnableGenfdsMultiThread}\r
\ No newline at end of file
+        self.DataContainer = {"EnableGenfdsMultiThread":GlobalData.gEnableGenfdsMultiThread}\r
index 8ae1bd28fabf113bc682ec6ca21a5babff2dbe0c..5d49afb0a92af3a14ab63f5507c2264c6f43f35e 100644 (file)
@@ -532,4 +532,4 @@ PACK_CODE_BY_SIZE = {8:'=Q',
                      0:'=B',\r
                     16:""}\r
 \r
-TAB_COMPILER_MSFT = 'MSFT'\r
\ No newline at end of file
+TAB_COMPILER_MSFT = 'MSFT'\r
index 8eb72aa1d6f589705ddeb25765e9dbd2c0a39572..74c6d0079bbab471f615b7e60e8d2e4e3d0df617 100755 (executable)
@@ -129,4 +129,4 @@ file_lock = None
 # Common dictionary to share platform libraries' constant Pcd\r
 libConstPcd = None\r
 # Common dictionary to share platform libraries' reference info\r
-Refes = None\r
\ No newline at end of file
+Refes = None\r