Skip to content

Commit 6f81f5c

Browse files
committed
Adhere to coding standard
1 parent 20147ba commit 6f81f5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/crl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ static void SetCrlInfoFromDecoded(DecodedCRL* entry, CrlInfo *info)
611611
#endif
612612

613613
/* Returns 1 if prev crlNumber is smaller, 0 otherwise */
614-
static int CompareCRLnumber(CRL_Entry* prev, CRL_Entry* curr) {
614+
static int CompareCRLnumber(CRL_Entry* prev, CRL_Entry* curr)
615+
{
615616
word32 i;
616617
word32 prevCrlNumLen = (word32)XSTRLEN((char*)prev->crlNumber);
617618
word32 currCrlNumLen = (word32)XSTRLEN((char*)curr->crlNumber);

0 commit comments

Comments
 (0)