summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2026-04-01 15:20:10 +0200
committerWerner Koch <[email protected]>2026-04-23 13:19:37 +0200
commitb96968f7a9676359d8439570ef89957fede285e7 (patch)
tree8774f64f63c8e7d013d798dcab3ec0e57cfa7840 /src
parentAdd flag fields is_de_vs and beta_compliance to encryption results (diff)
downloadgpgme-b96968f7a9676359d8439570ef89957fede285e7.tar.gz
gpgme-b96968f7a9676359d8439570ef89957fede285e7.zip
indent: Align a debug output.
* src/dirinfo.c (get_gpgconf_item): Add blanks to a string.
Diffstat (limited to 'src')
-rw-r--r--src/dirinfo.c4
1 files changed, 2 insertions, 2 deletions
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)
{