summaryrefslogtreecommitdiffstats
path: root/proxy/tests/t_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/tests/t_utils.c')
-rw-r--r--proxy/tests/t_utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/proxy/tests/t_utils.c b/proxy/tests/t_utils.c
index 7ceb0d2..6af9a16 100644
--- a/proxy/tests/t_utils.c
+++ b/proxy/tests/t_utils.c
@@ -93,8 +93,7 @@ void t_log_failure(gss_OID mech, uint32_t maj, uint32_t min)
gss_release_buffer(&discard, &tmp);
}
-int t_string_to_name(const char *string, gss_name_t *name,
- gss_OID type)
+int t_string_to_name(const char *string, gss_name_t *name, gss_OID type)
{
gss_buffer_desc target_buf;
uint32_t ret_maj;