[client,sdl] remove tab from dialog messages

This commit is contained in:
akallabeth 2024-08-20 13:31:28 +02:00
parent 7fe1164d26
commit 37008506c2
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
2 changed files with 6 additions and 6 deletions

View File

@ -343,9 +343,9 @@ static char* sdl_pem_cert(const char* pem)
char* str = NULL;
size_t slen = 0;
winpr_asprintf(&str, &slen,
"\tValid from: %s\n"
"\tValid to: %s\n"
"\tThumbprint: %s\n",
"Valid from: %s\n"
"Valid to: %s\n"
"Thumbprint: %s\n",
start, end, fp);
free(fp);
free(start);

View File

@ -341,9 +341,9 @@ static char* sdl_pem_cert(const char* pem)
char* str = NULL;
size_t slen = 0;
winpr_asprintf(&str, &slen,
"\tValid from: %s\n"
"\tValid to: %s\n"
"\tThumbprint: %s\n",
"Valid from: %s\n"
"Valid to: %s\n"
"Thumbprint: %s\n",
start, end, fp);
free(fp);
free(start);