Chromium Code Reviews| Index: crypto/nss_util.cc |
| diff --git a/crypto/nss_util.cc b/crypto/nss_util.cc |
| index f6b61330e91979e52d1ef9edaa9f7deac280a2a3..6ab07bc8ca47b819222d0a5893eba5df25707eae 100644 |
| --- a/crypto/nss_util.cc |
| +++ b/crypto/nss_util.cc |
| @@ -873,8 +873,7 @@ class NSSInitSingleton { |
| if (db_slot) { |
| if (PK11_NeedUserInit(db_slot)) |
| PK11_InitPin(db_slot, NULL, NULL); |
| - } |
| - else { |
| + } else { |
| LOG(ERROR) << "Error opening persistent database (" << modspec |
| << "): " << GetNSSErrorMessage(); |
| } |