Format source code.

This commit is contained in:
Jordan Bancino 2023-04-16 17:51:52 +00:00
parent 4ee66ae3c7
commit 582df63a31
3 changed files with 15 additions and 14 deletions

View file

@ -794,6 +794,7 @@ JsonValue *
UserEncodePrivileges(int privileges)
{
Array *arr = ArrayCreate();
if (!arr)
{
return NULL;