mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
correct python indentation again
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
32a3befcc3
commit
12e023a860
@ -1250,7 +1250,7 @@ Returns:
|
||||
|
||||
if ((stricmp (argv[0], "-z") == 0) || (stricmp (argv[0], "--zero") == 0)) {
|
||||
if (mOutImageType == FW_DUMMY_IMAGE) {
|
||||
mOutImageType = FW_ZERO_DEBUG_IMAGE;
|
||||
mOutImageType = FW_ZERO_DEBUG_IMAGE;
|
||||
}
|
||||
if (mOutImageType == FW_TE_IMAGE || mOutImageType == FW_EFI_IMAGE) {
|
||||
ZeroDebugFlag = TRUE;
|
||||
|
@ -1244,7 +1244,7 @@ ${BEGIN}\t-@${create_directory_command}\n${END}\
|
||||
BuildFile.__init__(self, ModuleAutoGen)
|
||||
self.PlatformInfo = self._AutoGenObject.PlatformInfo
|
||||
self.IntermediateDirectoryList = ["$(DEBUG_DIR)", "$(OUTPUT_DIR)"]
|
||||
self.DependencyHeaderFileSet = set()
|
||||
self.DependencyHeaderFileSet = set()
|
||||
|
||||
# Compose a dict object containing information used to do replacement in template
|
||||
@property
|
||||
@ -1435,7 +1435,7 @@ cleanlib:
|
||||
self.ModuleBuildDirectoryList = []
|
||||
self.LibraryBuildDirectoryList = []
|
||||
self.LibraryMakeCommandList = []
|
||||
self.DependencyHeaderFileSet = set()
|
||||
self.DependencyHeaderFileSet = set()
|
||||
|
||||
# Compose a dict object containing information used to do replacement in template
|
||||
@property
|
||||
@ -1541,7 +1541,7 @@ class TopLevelMakefile(BuildFile):
|
||||
def __init__(self, Workspace):
|
||||
BuildFile.__init__(self, Workspace)
|
||||
self.IntermediateDirectoryList = []
|
||||
self.DependencyHeaderFileSet = set()
|
||||
self.DependencyHeaderFileSet = set()
|
||||
|
||||
# Compose a dict object containing information used to do replacement in template
|
||||
@property
|
||||
|
Loading…
Reference in New Issue
Block a user