]> git.notmuchmail.org Git - notmuch/blobdiff - lib/sha1.c
lib: run uncrustify
[notmuch] / lib / sha1.c
index cb55b49a4f11a324744ccccc3e7876c945d297ca..d1a76ee6de061fffa83c7a924596c03c5c1d0acb 100644 (file)
@@ -55,6 +55,7 @@ char *
 _notmuch_sha1_of_file (const char *filename)
 {
     FILE *file;
+
 #define BLOCK_SIZE 4096
     unsigned char block[BLOCK_SIZE];
     size_t bytes_read;