From a75ef50be6255e4ee12264c0e59c767e46b81c2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 6 Nov 2002 11:15:24 +0000 Subject: [PATCH] adjust coding style git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5590 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/filetools.C | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/support/filetools.C b/src/support/filetools.C index 31112d8b69..745b922eb6 100644 --- a/src/support/filetools.C +++ b/src/support/filetools.C @@ -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 -- 2.39.5