Format code.

This commit is contained in:
Jordan Bancino 2022-12-15 03:43:40 +00:00
parent 4f2f7cd966
commit de6a857ce7

View file

@ -400,7 +400,7 @@ char *
UtilRandomString(size_t len) UtilRandomString(size_t len)
{ {
static const char charset[] = static const char charset[] =
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
char *str; char *str;
size_t i; size_t i;