diff options
author | David Howells <dhowells@redhat.com> | 2016-06-14 10:29:44 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-06-14 10:29:44 +0100 |
commit | 965475acca2cbcc1d748a8b6a05f8c7cf57d075a (patch) | |
tree | 773e1e16dd91ee926d6b8dd7914e90814841e360 /include/keys | |
parent | 40d273782ff16fe1a7445cc05c66a447dfea3433 (diff) | |
download | linux-965475acca2cbcc1d748a8b6a05f8c7cf57d075a.tar.gz linux-965475acca2cbcc1d748a8b6a05f8c7cf57d075a.tar.bz2 linux-965475acca2cbcc1d748a8b6a05f8c7cf57d075a.zip |
KEYS: Strip trailing spaces
Strip some trailing spaces.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'include/keys')
-rw-r--r-- | include/keys/rxrpc-type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keys/rxrpc-type.h b/include/keys/rxrpc-type.h index fc4875433817..5de0673f333b 100644 --- a/include/keys/rxrpc-type.h +++ b/include/keys/rxrpc-type.h @@ -51,7 +51,7 @@ struct krb5_principal { struct krb5_tagged_data { /* for tag value, see /usr/include/krb5/krb5.h * - KRB5_AUTHDATA_* for auth data - * - + * - */ s32 tag; u32 data_len; |