better align some headers

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10936 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-04-18 16:10:10 +00:00
parent f5c1154132
commit ba522c5e3a

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2001 Kungliga Tekniska H<>gskolan * Copyright (c) 1997-2002 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -380,7 +380,7 @@ display_v4_tickets (int do_verbose)
if (file == NULL) if (file == NULL)
file = TKT_FILE; file = TKT_FILE;
printf("v4-ticket file: %s\n", file); printf("%17s: %s\n", "V4-ticket file", file);
ret = krb_get_tf_realm (file, princ.realm); ret = krb_get_tf_realm (file, princ.realm);
if (ret) { if (ret) {
@@ -406,7 +406,7 @@ display_v4_tickets (int do_verbose)
return 1; return 1;
} }
printf("Principal:\t%s\n", krb_unparse_name (&princ)); printf ("%17s: %s\n", "Principal", krb_unparse_name(&princ));
print_time_diff(do_verbose); print_time_diff(do_verbose);
printf("\n"); printf("\n");