aboutsummaryrefslogtreecommitdiffstats
path: root/sum_fd.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-14 15:42:33 +0200
committerMattias Andrée <m@maandree.se>2024-10-14 15:42:33 +0200
commitfdd66d4d0e0a48bc2b2430b07948ef42bc64e7db (patch)
tree2e5a638e5727c80a9e1251d757b17b2b5636dbc3 /sum_fd.c
parentUpdate e-mail (diff)
downloadlibsha2-fdd66d4d0e0a48bc2b2430b07948ef42bc64e7db.tar.gz
libsha2-fdd66d4d0e0a48bc2b2430b07948ef42bc64e7db.tar.bz2
libsha2-fdd66d4d0e0a48bc2b2430b07948ef42bc64e7db.tar.xz
Fix whitespace
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'sum_fd.c')
-rw-r--r--sum_fd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sum_fd.c b/sum_fd.c
index 196efe4..1992cfd 100644
--- a/sum_fd.c
+++ b/sum_fd.c
@@ -61,7 +61,7 @@ libsha2_sum_fd(int fd, enum libsha2_algorithm algorithm, void *restrict hashsum)
libsha2_digest(&state, NULL, 0, hashsum);
#if ALLOCA_LIMIT <= 0
- free(chunk);
+ free(chunk);
#endif
return 0;
}