mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix indentation
Thanks to Juergen and gcc 6.2.
This commit is contained in:
parent
6cb05ce8bb
commit
85bcf0d93f
@ -45,10 +45,10 @@ docstring LyXVC::vcstatus() const
|
||||
{
|
||||
if (!vcs)
|
||||
return docstring();
|
||||
if (locking())
|
||||
return bformat(_("%1$s lock"), from_ascii(vcs->vcname()));
|
||||
else
|
||||
return from_ascii(vcs->vcname());
|
||||
if (locking())
|
||||
return bformat(_("%1$s lock"), from_ascii(vcs->vcname()));
|
||||
else
|
||||
return from_ascii(vcs->vcname());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user