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/Common/GlobalData.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BaseTools/Source/Python/Common/GlobalData.py') diff --git a/BaseTools/Source/Python/Common/GlobalData.py b/BaseTools/Source/Python/Common/GlobalData.py index 8eb72aa1d6..74c6d0079b 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.2.3