lib/database: fix style mistake.

The spacing of the declaration was wrong in ea30110.
This commit is contained in:
David Bremner 2021-06-27 13:52:43 -03:00
parent 5cc106b0e3
commit 49893c2c61

View file

@ -733,7 +733,7 @@ notmuch_status_t
notmuch_database_destroy (notmuch_database_t *notmuch) notmuch_database_destroy (notmuch_database_t *notmuch)
{ {
notmuch_status_t status; notmuch_status_t status;
const char* talloc_report; const char *talloc_report;
talloc_report = getenv ("NOTMUCH_TALLOC_REPORT"); talloc_report = getenv ("NOTMUCH_TALLOC_REPORT");
if (talloc_report && strcmp (talloc_report, "") != 0) { if (talloc_report && strcmp (talloc_report, "") != 0) {