From b96968f7a9676359d8439570ef89957fede285e7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 1 Apr 2026 15:20:10 +0200 Subject: indent: Align a debug output. * src/dirinfo.c (get_gpgconf_item): Add blanks to a string. --- src/dirinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/dirinfo.c b/src/dirinfo.c index 0276962f..551ea0b4 100644 --- a/src/dirinfo.c +++ b/src/dirinfo.c @@ -296,13 +296,13 @@ get_gpgconf_item (int what) if (pgmname && _gpgme_access (pgmname, F_OK)) { _gpgme_debug (NULL, DEBUG_INIT, -1, NULL, NULL, NULL, - "gpgme-dinfo: gpgconf='%s' [not installed]", pgmname); + "gpgme-dinfo: gpgconf='%s' [not installed]", pgmname); free (pgmname); pgmname = NULL; /* Not available. */ } else _gpgme_debug (NULL, DEBUG_INIT, -1, NULL, NULL, NULL, - "gpgme-dinfo: gpgconf='%s'", + "gpgme-dinfo: gpgconf='%s'", pgmname? pgmname : "[null]"); if (!pgmname) { -- cgit