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
This commit is contained in:
Tomi Ollila 2016-05-28 20:45:31 +03:00 committed by David Bremner
parent b9bf3f44ea
commit cf09631a45
7 changed files with 14 additions and 15 deletions

View file

@ -112,4 +112,3 @@ _notmuch_sha1_of_file (const char *filename)
return result;
}