remove trailing whitespace
This commit is contained in:
@@ -107,7 +107,7 @@ gss_print_errors (int min_stat)
|
||||
GSS_C_NO_OID,
|
||||
&msg_ctx,
|
||||
&status_string);
|
||||
fprintf (stderr, "%.*s\n",
|
||||
fprintf (stderr, "%.*s\n",
|
||||
(int)status_string.length,
|
||||
(char *)status_string.value);
|
||||
gss_release_buffer (&new_stat, &status_string);
|
||||
|
Reference in New Issue
Block a user