From: Loup Vaillant Date: Thu, 9 Apr 2020 23:38:19 +0000 (+0200) Subject: Indentation fix X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=003a3bad1154110793ce70a35f5842b414798a26;p=Monocypher.git Indentation fix --- diff --git a/tests/test.c b/tests/test.c index 2ad8fcc..4beeb2f 100644 --- a/tests/test.c +++ b/tests/test.c @@ -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; }