forked from lda/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)
|
UtilRandomString(size_t len)
|
||||||
{
|
{
|
||||||
static const char charset[] =
|
static const char charset[] =
|
||||||
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||||
|
|
||||||
char *str;
|
char *str;
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
Loading…
Reference in a new issue