]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Ecc/Check.py
BaseTools: strip trailing whitespace
[mirror_edk2.git] / BaseTools / Source / Python / Ecc / Check.py
index 218081860993e68b063f5fc7674fbb5cc430a956..b68cecddfd486a546eee083a550274aaf020624a 100644 (file)
@@ -265,7 +265,7 @@ class Check(object):
         self.FunctionLayoutCheckBody()\r
         self.FunctionLayoutCheckLocalVariable()\r
         self.FunctionLayoutCheckDeprecated()\r
-    \r
+\r
     # To check if the deprecated functions are used\r
     def FunctionLayoutCheckDeprecated(self):\r
         if EccGlobalData.gConfig.CFunctionLayoutCheckNoDeprecated == '1' or EccGlobalData.gConfig.CFunctionLayoutCheckAll == '1' or EccGlobalData.gConfig.CheckAll == '1':\r