]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
lib/database.cc: fix misleading indentation
[notmuch] / lib / database.cc
index 392e8b2869842130e1372b52d5d9329d0151577e..4bfae0197cf9020089640294faad00b64885f468 100644 (file)
@@ -1685,8 +1685,8 @@ notmuch_database_begin_atomic (notmuch_database_t *notmuch)
        notmuch->atomic_nesting > 0)
        goto DONE;
 
-       if (notmuch_database_needs_upgrade(notmuch))
-               return NOTMUCH_STATUS_UPGRADE_REQUIRED;
+    if (notmuch_database_needs_upgrade (notmuch))
+       return NOTMUCH_STATUS_UPGRADE_REQUIRED;
 
     try {
        (static_cast <Xapian::WritableDatabase *> (notmuch->xapian_db))->begin_transaction (false);