]> git.codecow.com Git - Monocypher.git/commitdiff
Indentation fix
authorLoup Vaillant <loup@loup-vaillant.fr>
Thu, 9 Apr 2020 23:38:19 +0000 (01:38 +0200)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sat, 11 Apr 2020 10:15:51 +0000 (12:15 +0200)
tests/test.c

index 2ad8fcc2c12790640e7fa1408ac3438a212043eb..4beeb2f14bd547ea0325059ed44a038acb541de1 100644 (file)
@@ -1166,6 +1166,6 @@ int main(int argc, char *argv[])
     status |= p_x25519_inverse_overlap();
     status |= p_from_eddsa();
     status |= p_from_ed25519();
-     printf("\n%s\n\n", status != 0 ? "SOME TESTS FAILED" : "All tests OK!");
+    printf("\n%s\n\n", status != 0 ? "SOME TESTS FAILED" : "All tests OK!");
     return status;
 }