aboutsummaryrefslogtreecommitdiff
path: root/lib/database.cc
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-06-27 13:52:43 -0300
committerDavid Bremner <david@tethera.net>2021-06-27 13:52:43 -0300
commit49893c2c617e0d6874bb9670faa83ddf2324d721 (patch)
tree1756b0a7e5bdfb7550e81546fed1774b7f7e3a4a /lib/database.cc
parent5cc106b0e3e53f56b189ef067753ea5f29cb4243 (diff)
lib/database: fix style mistake.
The spacing of the declaration was wrong in ea30110.
Diffstat (limited to 'lib/database.cc')
-rw-r--r--lib/database.cc2
1 files changed, 1 insertions, 1 deletions
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) {