aboutsummaryrefslogtreecommitdiffstats
path: root/test/uitest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/uitest.c')
-rw-r--r--test/uitest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uitest.c b/test/uitest.c
index 9013126f73..8659b0b4be 100644
--- a/test/uitest.c
+++ b/test/uitest.c
@@ -37,7 +37,7 @@ static int test_old(void)
int ok = 0;
if (!TEST_ptr(ui_method =
- UI_UTIL_wrap_read_pem_callback( test_pem_password_cb, 0))
+ UI_UTIL_wrap_read_pem_callback(test_pem_password_cb, 0))
|| !TEST_ptr(ui = UI_new_method(ui_method)))
goto err;