X.509: Whitespace cleanup
authorDavid Howells <dhowells@redhat.com>
Wed, 6 Apr 2016 15:13:33 +0000 (16:13 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 6 Apr 2016 15:13:33 +0000 (16:13 +0100)
Clean up some whitespace.

Signed-off-by: David Howells <dhowells@redhat.com>
crypto/asymmetric_keys/x509_public_key.c

index 733c046aacc6e18e5e3b0b56ae97e0fa010fe7db..2fcf707fb20867ab92281b4655a2a143f66dd5f2 100644 (file)
@@ -88,7 +88,7 @@ struct key *x509_request_asymmetric_key(struct key *keyring,
                lookup = skid->data;
                len = skid->len;
        }
-       
+
        /* Construct an identifier "id:<keyid>". */
        p = req = kmalloc(2 + 1 + len * 2 + 1, GFP_KERNEL);
        if (!req)
@@ -137,7 +137,7 @@ struct key *x509_request_asymmetric_key(struct key *keyring,
                        goto reject;
                }
        }
-       
+
        pr_devel("<==%s() = 0 [%x]\n", __func__, key_serial(key));
        return key;
 
This page took 0.064921 seconds and 5 git commands to generate.