aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_DestroyResource.c
diff options
context:
space:
mode:
authorkdx <kdx.42@42l.fr>2023-03-26 05:06:54 +0000
committerkdx <kdx.42@42l.fr>2023-03-26 05:06:54 +0000
commit1aa8753f12e8f76eaa9d77e9ca84547abd00fef2 (patch)
tree6dc48a808cc75f911915aab31706eca7a7d50de7 /sources/TZR_DestroyResource.c
parentd26cd43dc5e64749d9e8f570ac7f9b1cd0bb6ede (diff)
downloadtzr-1aa8753f12e8f76eaa9d77e9ca84547abd00fef2.tar.gz
formatting tweak
Diffstat (limited to 'sources/TZR_DestroyResource.c')
-rw-r--r--sources/TZR_DestroyResource.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/TZR_DestroyResource.c b/sources/TZR_DestroyResource.c
index 0e73690..adee831 100644
--- a/sources/TZR_DestroyResource.c
+++ b/sources/TZR_DestroyResource.c
@@ -1,6 +1,7 @@
#include "TZR_resource.h"
-void TZR_DestroyResource(TZR_Resource *res, int free_path)
+void
+TZR_DestroyResource(TZR_Resource *res, int free_path)
{
if (res->path != NULL && free_path)
free(res->path);