diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2016-05-28 20:45:31 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-06-05 08:23:28 -0300 |
| commit | cf09631a45d276826255d197c1d5c913a29c79f4 (patch) | |
| tree | f9489ba47a7a91778b0e39d00c7387dabeb3c98c /lib/sha1.c | |
| parent | b9bf3f44eacd42ce53885c79f9dad8d82c76f13d (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -112,4 +112,3 @@ _notmuch_sha1_of_file (const char *filename) return result; } - |
