diff options
| author | David Bremner <david@tethera.net> | 2021-06-27 13:52:43 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-27 13:52:43 -0300 |
| commit | 49893c2c617e0d6874bb9670faa83ddf2324d721 (patch) | |
| tree | 1756b0a7e5bdfb7550e81546fed1774b7f7e3a4a /lib/database.cc | |
| parent | 5cc106b0e3e53f56b189ef067753ea5f29cb4243 (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.cc | 2 |
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) { |
