summaryrefslogtreecommitdiff
path: root/tests/curves.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/curves.c')
-rw-r--r--tests/curves.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/curves.c b/tests/curves.c
index 16240c57..6cfcd4f4 100644
--- a/tests/curves.c
+++ b/tests/curves.c
@@ -197,7 +197,7 @@ main (int argc, char **argv)
if (!gcry_check_version (GCRYPT_VERSION))
die ("version mismatch\n");
-
+
gcry_control (GCRYCTL_DISABLE_SECMEM, 0);
gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
if (debug)
@@ -205,6 +205,6 @@ main (int argc, char **argv)
list_curves ();
check_matching ();
check_get_params ();
-
+
return error_count ? 1 : 0;
}