commit 16a6c702b23d0f0154e9584813315826d288a493
parent 68fe23667ceceb5aa056e21d8a7a73b9379d75eb
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 7 Sep 2022 18:47:29 +0200
Minor code formatting fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rnatm_octrees_storage.c b/src/rnatm_octrees_storage.c
@@ -313,7 +313,7 @@ write_octrees_storage_toc(const struct rnatm* atm, FILE* stream)
/* Write the number of voxelized octrees and their corresponding offset */
#define WRITE(Var) { \
- if(fwrite((Var), sizeof(*(Var)), 1, stream) != 1) { \
+ if(fwrite((Var), sizeof(*(Var)), 1, stream) != 1) { \
res = RES_IO_ERR; \
goto error; \
} \