forked from Telodendria/Telodendria
Format code
This commit is contained in:
parent
bee07d90fc
commit
449851a67e
1 changed files with 2 additions and 2 deletions
4
src/Db.c
4
src/Db.c
|
@ -61,7 +61,7 @@ struct DbRef
|
|||
};
|
||||
|
||||
static void
|
||||
StringArrayFree(Array *arr)
|
||||
StringArrayFree(Array * arr)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
|
@ -243,7 +243,7 @@ DbFileName(Db * db, Array * args)
|
|||
|
||||
tmp = UtilStringConcat(str, arg);
|
||||
tmp2 = UtilStringConcat(tmp,
|
||||
(i < ArraySize(args) - 1) ? "/" : ".json");
|
||||
(i < ArraySize(args) - 1) ? "/" : ".json");
|
||||
|
||||
Free(arg);
|
||||
Free(str);
|
||||
|
|
Loading…
Reference in a new issue