lib/database.cc: fix misleading indentation

Found by gcc 6.1.1 -Wmisleading-indentation option (set by -Wall).
This commit is contained in:
Tomi Ollila 2016-09-27 18:06:52 +03:00 committed by David Bremner
parent b844c3c506
commit 1c3a8e0898

View file

@ -1685,7 +1685,7 @@ notmuch_database_begin_atomic (notmuch_database_t *notmuch)
notmuch->atomic_nesting > 0)
goto DONE;
if (notmuch_database_needs_upgrade(notmuch))
if (notmuch_database_needs_upgrade (notmuch))
return NOTMUCH_STATUS_UPGRADE_REQUIRED;
try {