termio: fix indentation

This commit is contained in:
Boris Faure 2022-01-02 16:46:16 +01:00
parent 09e0875adc
commit 32d68b4feb
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 1 additions and 1 deletions

View File

@ -1301,7 +1301,7 @@ _cb_link_down(void *data,
sd->link.color.g, sd->link.color.g,
sd->link.color.b); sd->link.color.b);
} }
else else
{ {
fmt = eina_stringshare_printf(_("Copy '%s'"), fmt = eina_stringshare_printf(_("Copy '%s'"),
"#%.2x%.2x%.2x%.2x"); "#%.2x%.2x%.2x%.2x");