| Index: nss/lib/base/errorval.c
|
| diff --git a/nss/lib/base/errorval.c b/nss/lib/base/errorval.c
|
| index 4e6f555883788bd598db88b9f57476aabce91451..b7045a390583723bd02219ba48e7c62d1d6b53fb 100644
|
| --- a/nss/lib/base/errorval.c
|
| +++ b/nss/lib/base/errorval.c
|
| @@ -12,6 +12,8 @@
|
| #include "nssbaset.h"
|
| #endif /* NSSBASET_H */
|
|
|
| +/* clang-format off */
|
| +
|
| const NSSError NSS_ERROR_NO_ERROR = 0;
|
| const NSSError NSS_ERROR_INTERNAL_ERROR = 1;
|
| const NSSError NSS_ERROR_NO_MEMORY = 2;
|
| @@ -60,3 +62,4 @@ const NSSError NSS_ERROR_ALREADY_INITIALIZED = 37;
|
|
|
| const NSSError NSS_ERROR_PKCS11 = 38;
|
|
|
| +/* clang-format on */
|
|
|