remove trailing whitespace
This commit is contained in:
@@ -63,7 +63,7 @@ test_add(gss_cred_id_t cred_handle)
|
||||
NULL,
|
||||
&time_rec,
|
||||
NULL);
|
||||
|
||||
|
||||
if (GSS_ERROR(major_status))
|
||||
errx(1, "add_cred failed");
|
||||
|
||||
@@ -92,7 +92,7 @@ copy_cred(void)
|
||||
&time_rec);
|
||||
if (GSS_ERROR(major_status))
|
||||
errx(1, "acquire_cred failed");
|
||||
|
||||
|
||||
print_time(time_rec);
|
||||
|
||||
test_add(cred_handle);
|
||||
@@ -135,7 +135,7 @@ acquire_cred_service(const char *service)
|
||||
&time_rec);
|
||||
if (GSS_ERROR(major_status))
|
||||
errx(1, "acquire_cred failed");
|
||||
|
||||
|
||||
print_time(time_rec);
|
||||
|
||||
major_status = gss_release_cred(&minor_status,
|
||||
|
Reference in New Issue
Block a user