Browse Source

fix indentation

Francois Perrad 8 years ago
parent
commit
f40bda7cb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/misc/pkcs5/pkcs_5_test.c

+ 1 - 1
src/misc/pkcs5/pkcs_5_test.c

@@ -201,7 +201,7 @@ int pkcs_5_test (void)
         }
         else if (compare_testvector(DK, dkLen, cases_5_1[i].DK, cases_5_1[i].dkLen, "PKCS#5_1", i)) {
             ++failed;
-       }
+        }
     }
 
     /* testing alg 1_openssl */