Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(157)

Unified Diff: lib/libpkix/pkix/checker/pkix_expirationchecker.h

Issue 201830043: Bug 1118245 - Apply uniform style across NSS
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/libpkix/pkix/checker/pkix_ekuchecker.c ('k') | lib/libpkix/pkix/checker/pkix_expirationchecker.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/libpkix/pkix/checker/pkix_expirationchecker.h
===================================================================
old mode 100755
new mode 100644
--- a/lib/libpkix/pkix/checker/pkix_expirationchecker.h
+++ b/lib/libpkix/pkix/checker/pkix_expirationchecker.h
@@ -12,19 +12,17 @@
#define _PKIX_EXPIRATIONCHECKER_H
#include "pkix_tools.h"
#ifdef __cplusplus
extern "C" {
#endif
-PKIX_Error *
-pkix_ExpirationChecker_Initialize(
- PKIX_PL_Date *testDate,
- PKIX_CertChainChecker **pChecker,
- void *plContext);
+PKIX_Error *pkix_ExpirationChecker_Initialize(PKIX_PL_Date *testDate,
+ PKIX_CertChainChecker **pChecker,
+ void *plContext);
#ifdef __cplusplus
}
#endif
#endif /* _PKIX_EXPIRATIONCHECKER_H */
« no previous file with comments | « lib/libpkix/pkix/checker/pkix_ekuchecker.c ('k') | lib/libpkix/pkix/checker/pkix_expirationchecker.c » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b