forked from Telodendria/Telodendria
Format code.
This commit is contained in:
parent
4f2f7cd966
commit
de6a857ce7
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ char *
|
|||
UtilRandomString(size_t len)
|
||||
{
|
||||
static const char charset[] =
|
||||
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
|
||||
char *str;
|
||||
size_t i;
|
||||
|
|
Loading…
Reference in a new issue