Skip to content

Commit 963e14a

Browse files
committed
src/ssl.c: code style tweak from peer review.
1 parent 8e8e9bd commit 963e14a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ssl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5757,7 +5757,8 @@ int wolfSSL_Init(void)
57575757

57585758
if (ret == WOLFSSL_SUCCESS) {
57595759
initRefCount++;
5760-
} else {
5760+
}
5761+
else {
57615762
initRefCount = 1; /* Force cleanup */
57625763
}
57635764

0 commit comments

Comments
 (0)