aboutsummaryrefslogtreecommitdiff
path: root/lib/sha1.c
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2016-05-28 20:45:31 +0300
committerDavid Bremner <david@tethera.net>2016-06-05 08:23:28 -0300
commitcf09631a45d276826255d197c1d5c913a29c79f4 (patch)
treef9489ba47a7a91778b0e39d00c7387dabeb3c98c /lib/sha1.c
parentb9bf3f44eacd42ce53885c79f9dad8d82c76f13d (diff)
lib: whitespace cleanup
Cleaned the following whitespace in lib/* files: lib/index.cc: 1 line: trailing whitespace lib/database.cc 5 lines: 8 spaces at the beginning of line lib/notmuch-private.h: 4 lines: 8 spaces at the beginning of line lib/message.cc: 1 line: trailing whitespace lib/sha1.c: 1 line: empty lines at the end of file lib/query.cc: 2 lines: 8 spaces at the beginning of line lib/gen-version-script.sh: 1 line: trailing whitespace
Diffstat (limited to 'lib/sha1.c')
-rw-r--r--lib/sha1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sha1.c b/lib/sha1.c
index 94060d57..8a6d4229 100644
--- a/lib/sha1.c
+++ b/lib/sha1.c
@@ -112,4 +112,3 @@ _notmuch_sha1_of_file (const char *filename)
return result;
}
-