mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
lib/database: fix style mistake.
The spacing of the declaration was wrong in ea30110
.
This commit is contained in:
parent
5cc106b0e3
commit
49893c2c61
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue