mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
White space
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33427 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a97f1ddf06
commit
da0bccb62c
@ -898,7 +898,7 @@ std::string SVN::getFileRevisionInfo()
|
|||||||
c = true;
|
c = true;
|
||||||
if (c && prefixIs(line, " revision=\"") && suffixIs(line, "\">")) {
|
if (c && prefixIs(line, " revision=\"") && suffixIs(line, "\">")) {
|
||||||
string l1 = subst(line, "revision=\"", "");
|
string l1 = subst(line, "revision=\"", "");
|
||||||
string l2 = subst(l1, "\">", "");
|
string l2 = trim(subst(l1, "\">", ""));
|
||||||
if (isStrInt(l2))
|
if (isStrInt(l2))
|
||||||
rev = l2;
|
rev = l2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user