From 49893c2c617e0d6874bb9670faa83ddf2324d721 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 27 Jun 2021 13:52:43 -0300 Subject: [PATCH] lib/database: fix style mistake. The spacing of the declaration was wrong in ea30110. --- lib/database.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/database.cc b/lib/database.cc index 0052cb65..6db82373 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -733,7 +733,7 @@ notmuch_status_t notmuch_database_destroy (notmuch_database_t *notmuch) { notmuch_status_t status; - const char* talloc_report; + const char *talloc_report; talloc_report = getenv ("NOTMUCH_TALLOC_REPORT"); if (talloc_report && strcmp (talloc_report, "") != 0) { -- 2.43.0