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

Unified Diff: lib/libpkix/pkix/results/pkix_valresult.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/results/pkix_policynode.c ('k') | lib/libpkix/pkix/results/pkix_valresult.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/libpkix/pkix/results/pkix_valresult.h
===================================================================
old mode 100755
new mode 100644
--- a/lib/libpkix/pkix/results/pkix_valresult.h
+++ b/lib/libpkix/pkix/results/pkix_valresult.h
@@ -13,31 +13,28 @@
#include "pkix_tools.h"
#ifdef __cplusplus
extern "C" {
#endif
struct PKIX_ValidateResultStruct {
- PKIX_PL_PublicKey *pubKey;
- PKIX_TrustAnchor *anchor;
- PKIX_PolicyNode *policyTree;
+ PKIX_PL_PublicKey *pubKey;
+ PKIX_TrustAnchor *anchor;
+ PKIX_PolicyNode *policyTree;
};
/* see source file for function documentation */
-PKIX_Error *
-pkix_ValidateResult_Create(
- PKIX_PL_PublicKey *pubKey,
- PKIX_TrustAnchor *anchor,
- PKIX_PolicyNode *policyTree,
- PKIX_ValidateResult **pResult,
- void *plContext);
+PKIX_Error *pkix_ValidateResult_Create(PKIX_PL_PublicKey *pubKey,
+ PKIX_TrustAnchor *anchor,
+ PKIX_PolicyNode *policyTree,
+ PKIX_ValidateResult **pResult,
+ void *plContext);
PKIX_Error *pkix_ValidateResult_RegisterSelf(void *plContext);
-
#ifdef __cplusplus
}
#endif
#endif /* _PKIX_VALIDATERESULT_H */
« no previous file with comments | « lib/libpkix/pkix/results/pkix_policynode.c ('k') | lib/libpkix/pkix/results/pkix_valresult.c » ('j') | no next file with comments »

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