From: David Bremner <david@tethera.net>
Date: Sun, 27 Jun 2021 16:52:43 +0000 (-0300)
Subject: lib/database: fix style mistake.
X-Git-Tag: archive/debian/0.33_rc0-1~49
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=49893c2c617e0d6874bb9670faa83ddf2324d721;p=notmuch-old

lib/database: fix style mistake.

The spacing of the declaration was wrong in ea30110.
---

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) {