Skip to content

Commit

Permalink
correct python indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Isakov <[email protected]>
  • Loading branch information
SergeySlice committed Sep 25, 2019
1 parent fd554ef commit 32a3bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseTools/Source/Python/AutoGen/GenMake.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def __init__(self, ModuleAutoGen):
self.GenFfsList = ModuleAutoGen.GenFfsList
self.MacroList = ['FFS_OUTPUT_DIR', 'MODULE_GUID', 'OUTPUT_DIR']
self.FfsOutputFileList = []
self.DependencyHeaderFileSet = set()
self.DependencyHeaderFileSet = set()

# Compose a dict object containing information used to do replacement in template
@property
Expand Down

0 comments on commit 32a3bef

Please sign in to comment.