BaseTools: strip trailing whitespace
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: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
@ -265,7 +265,7 @@ class Check(object):
|
||||
self.FunctionLayoutCheckBody()
|
||||
self.FunctionLayoutCheckLocalVariable()
|
||||
self.FunctionLayoutCheckDeprecated()
|
||||
|
||||
|
||||
# To check if the deprecated functions are used
|
||||
def FunctionLayoutCheckDeprecated(self):
|
||||
if EccGlobalData.gConfig.CFunctionLayoutCheckNoDeprecated == '1' or EccGlobalData.gConfig.CFunctionLayoutCheckAll == '1' or EccGlobalData.gConfig.CheckAll == '1':
|
||||
|
@ -160,7 +160,7 @@ class GenFdsGlobalVariable:
|
||||
"OUTPUT_DIR":os.path.join(BuildDir, "OUTPUT"),
|
||||
"DEBUG_DIR":os.path.join(BuildDir, "DEBUG")
|
||||
}
|
||||
|
||||
|
||||
BuildRules = {}
|
||||
for Type in BuildRuleDatabase.FileTypeList:
|
||||
#first try getting build rule by BuildRuleFamily
|
||||
|
@ -8,6 +8,6 @@
|
||||
all:
|
||||
|
||||
clean:
|
||||
cleanall:
|
||||
cleanall:
|
||||
@del /f /q $(BASE_TOOLS_PATH)\Source\Python\*.pyc
|
||||
|
||||
|
Reference in New Issue
Block a user