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

Unified Diff: lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.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_pl_nss/system/pkix_pl_bigint.c ('k') | lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.h
===================================================================
old mode 100755
new mode 100644
--- a/lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.h
+++ b/lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.h
@@ -13,28 +13,25 @@
#include "pkix_pl_common.h"
#ifdef __cplusplus
extern "C" {
#endif
struct PKIX_PL_ByteArrayStruct {
- void *array;
- PKIX_UInt32 length;
+ void *array;
+ PKIX_UInt32 length;
};
/* see source file for function documentation */
-PKIX_Error *
-pkix_pl_ByteArray_ToHexString(
- PKIX_PL_ByteArray *array,
- PKIX_PL_String **pString,
- void *plContext);
+PKIX_Error *pkix_pl_ByteArray_ToHexString(PKIX_PL_ByteArray *array,
+ PKIX_PL_String **pString,
+ void *plContext);
-PKIX_Error *
-pkix_pl_ByteArray_RegisterSelf(void *plContext);
+PKIX_Error *pkix_pl_ByteArray_RegisterSelf(void *plContext);
#ifdef __cplusplus
}
#endif
#endif /* _PKIX_PL_BYTEARRAY_H */
« no previous file with comments | « lib/libpkix/pkix_pl_nss/system/pkix_pl_bigint.c ('k') | lib/libpkix/pkix_pl_nss/system/pkix_pl_bytearray.c » ('j') | no next file with comments »

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