Skip to content

Commit 6ad26cd

Browse files
authored
Update src/util/rand.c
1 parent ab5f2bc commit 6ad26cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/rand.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See <http://creativecommons.org/publicdomain/zero/1.0/>. */
1515
#endif
1616

1717
#if defined(GIT_WIN32)
18-
#include <wincrypt.h>
18+
# include <wincrypt.h>
1919
#endif
2020

2121
static uint64_t state[4];

0 commit comments

Comments
 (0)