about summary refs log tree commit diff stats
path: root/filehash.h
diff options
context:
space:
mode:
authorDacav <dacav@fastmail.com>2020-08-29 08:01:46 +0200
committerDacav <dacav@fastmail.com>2020-08-29 08:01:46 +0200
commita24081196ec68979eab49c1e35ce89066eb86d2f (patch)
tree92d4c74acbc6c21034a2f0397ee42b4eeb9b2366 /filehash.h
parentb71bf6f6a95f49b1d2b53a2f673d5d93836b4fc1 (diff)
downloadforg-a24081196ec68979eab49c1e35ce89066eb86d2f.tar.gz
clang-format
Diffstat (limited to 'filehash.h')
-rw-r--r--filehash.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/filehash.h b/filehash.h
index 4f99b0e..c52f983 100644
--- a/filehash.h
+++ b/filehash.h
@@ -2,6 +2,8 @@
 
 typedef struct filehash_t filehash_t;
 
-filehash_t *filehash_new(const char *hash_program, unsigned max_per_invocation);
+filehash_t *
+filehash_new(const char *hash_program, unsigned max_per_invocation);
 
-void filehash_free(filehash_t *);
+void
+filehash_free(filehash_t *);