mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
adjust coding style
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5590 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c22c2482f3
commit
a75ef50be6
@ -799,14 +799,14 @@ string const GetFileContents(string const & fname)
|
||||
|
||||
string const ReplaceEnvironmentPath(string const & path)
|
||||
{
|
||||
//
|
||||
// CompareChar: Environmentvariables starts with this character
|
||||
// PathChar: Next path component start with this character
|
||||
// while CompareChar found do:
|
||||
// Split String with PathChar
|
||||
// Search Environmentvariable
|
||||
// if found: Replace Strings
|
||||
//
|
||||
//
|
||||
// CompareChar: Environment variables starts with this character
|
||||
// PathChar: Next path component start with this character
|
||||
// while CompareChar found do:
|
||||
// Split String with PathChar
|
||||
// Search Environmentvariable
|
||||
// if found: Replace Strings
|
||||
//
|
||||
char const CompareChar = '$';
|
||||
char const FirstChar = '{';
|
||||
char const EndChar = '}';
|
||||
@ -880,7 +880,7 @@ string const ReplaceEnvironmentPath(string const & path)
|
||||
result1 += res1;
|
||||
}
|
||||
return result1;
|
||||
} // ReplaceEnvironmentPath
|
||||
}
|
||||
|
||||
|
||||
// Make relative path out of two absolute paths
|
||||
|
Loading…
Reference in New Issue
Block a user