]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorAngus Leeming <leeming@lyx.org>
Mon, 5 Apr 2004 08:52:45 +0000 (08:52 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 5 Apr 2004 08:52:45 +0000 (08:52 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8597 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/filetools.C

index 0f09a962ad86e1c630f64b12851ec9b3fafdb19c..5c88973f22c41eb4f39ecc2b6782bf504e233eb9 100644 (file)
@@ -1173,7 +1173,7 @@ bool LyXReadLink(string const & file, string & link, bool resolve)
 
 cmd_ret const RunCommand(string const & cmd)
 {
-       // FIXME: replace all calls to RunCommand with ForkedCall 
+       // FIXME: replace all calls to RunCommand with ForkedCall
        // (if the output is not needed) or the code in ispell.C
        // (if the output is needed).