]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/Identifications/PcdCoded/PcdVector.java
1. Enhance Source Files selection in msa:
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / Identifications / PcdCoded / PcdVector.java
index 5834744bdc2e45f3ab91d1c30b728cc3c691e3aa..dd2832e7785129170bef73920572bfb537967cbd 100644 (file)
@@ -17,9 +17,9 @@ package org.tianocore.frameworkwizard.module.Identifications.PcdCoded;
 import java.util.Vector;\r
 \r
 public class PcdVector {\r
-    \r
+\r
     private Vector<PcdIdentification> vPcd = new Vector<PcdIdentification>();\r
-    \r
+\r
     public int findPcd(PcdIdentification sfi) {\r
         for (int index = 0; index < vPcd.size(); index++) {\r
             if (vPcd.elementAt(index).equals(sfi)) {\r
@@ -86,7 +86,7 @@ public class PcdVector {
     public int size() {\r
         return this.vPcd.size();\r
     }\r
-    \r
+\r
     public void addAll(PcdVector v) {\r
         if (v != null) {\r
             for (int index = 0; index < v.size(); index++) {\r