summaryrefslogtreecommitdiffstats
path: root/net/third_party
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 18:22:05 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-04 18:22:05 +0000
commit5784dba79230e8b47e9a9b5c3f288a3f8c04ba29 (patch)
tree7860b75681fc276495f7313a146896de8caf0eff /net/third_party
parent8d457138bc212b69431130fb55704648c37122ca (diff)
downloadchromium_src-5784dba79230e8b47e9a9b5c3f288a3f8c04ba29.zip
chromium_src-5784dba79230e8b47e9a9b5c3f288a3f8c04ba29.tar.gz
chromium_src-5784dba79230e8b47e9a9b5c3f288a3f8c04ba29.tar.bz2
Fix inconsistent line ending style. Set svn:eol-style to LF.
TBR=rsleevi BUG=37560,45369 TEST=none Review URL: http://codereview.chromium.org/4488002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party')
-rw-r--r--net/third_party/nss/ssl/sslplatf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/third_party/nss/ssl/sslplatf.c b/net/third_party/nss/ssl/sslplatf.c
index 274ea02..7119543 100644
--- a/net/third_party/nss/ssl/sslplatf.c
+++ b/net/third_party/nss/ssl/sslplatf.c
@@ -509,8 +509,8 @@ ssl3_PlatformSignHashes(SSL3Hashes *hash, PlatformKey key, SECItem *buf,
PRINT_BUF(60, (NULL, "signed hashes", buf->data, buf->len));
rv = SECSuccess;
done:
- /* cspHandle, cssmKey, and cssmCreds are owned by the SecKeyRef and
- * should not be freed. When the PlatformKey is freed, they will be
+ /* cspHandle, cssmKey, and cssmCreds are owned by the SecKeyRef and
+ * should not be freed. When the PlatformKey is freed, they will be
* released.
*/
if (cssmSignature)