Mass whitespace changes (Style Warnings)
[aaf/authz.git] / cadi / client / src / test / java / org / onap / aaf / cadi / locator / test / JU_PropertyLocator.java
index 7b61e39..0eae119 100644 (file)
@@ -107,7 +107,7 @@ public class JU_PropertyLocator {
 
     private int countItems(PropertyLocator pl) throws LocatorException {
         int count = 0;
-        for(Item i = pl.first(); i != null; i = pl.next(i)) {
+        for (Item i = pl.first(); i != null; i = pl.next(i)) {
             ++count;
         }
         return count;