]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/PcdTools/org/tianocore/pcd/entity/CommonDefinition.java
Modify code according to Wang, jian's comments.
[mirror_edk2.git] / Tools / Source / PcdTools / org / tianocore / pcd / entity / CommonDefinition.java
index aef640c60821e5f430a4bb67e40d0ce19c304bf0..e2df2357bbfd49ca7b6ca47bd9c776a07df39586 100644 (file)
@@ -239,7 +239,7 @@ public class CommonDefinition {
           (componentType < CommonDefinition.ComponentTypeNull)) {\r
         return null;\r
       }\r
-      for (int index = 0; index < CommonDefinition.componentEnum.length; index ++) {\r
+      for (int index = 0; index < CommonDefinition.componentEnum.length; index++) {\r
         if (componentType == CommonDefinition.componentEnum[index].type) {\r
           return CommonDefinition.componentEnum[index].moduleTypeStr;\r
         }\r