summaryrefslogtreecommitdiffstats
path: root/apps/provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/provider.c')
-rw-r--r--apps/provider.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/provider.c b/apps/provider.c
index 33f194c332..932bc40931 100644
--- a/apps/provider.c
+++ b/apps/provider.c
@@ -68,13 +68,13 @@ static void print_caps(META *meta, INFO *info)
if (meta->first) {
if (meta->total > 0)
BIO_printf(bio_out, "\n");
- BIO_printf(bio_out, "%*s%ss:", meta->indent, " ", meta->label);
+ BIO_printf(bio_out, "%*s%ss:", meta->indent, "", meta->label);
}
BIO_printf(bio_out, " %s", info->name);
break;
case 3:
default:
- BIO_printf(bio_out, "%*s%s %s\n", meta->indent, " ", meta->label,
+ BIO_printf(bio_out, "%*s%s %s\n", meta->indent, "", meta->label,
info->name);
print_param_types("retrievable algorithm parameters",
info->gettable_params, meta->subindent);