Mass whitespace changes (Style Warnings)
[aaf/authz.git] / auth / auth-core / src / test / java / org / onap / aaf / auth / validation / test / JU_Validator.java
index 5a581ed..c809c55 100644 (file)
@@ -286,7 +286,7 @@ public class JU_Validator {
         assertFalse(Validator.INST_CHARS.matcher("").matches());
 
 
-        for( char c=0x20;c<0x7F;++c) {
+        for ( char c=0x20;c<0x7F;++c) {
             boolean b;
             switch(c) {
                 case '?':