]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@comcast.net>
Tue, 13 Sep 2011 12:39:43 +0000 (12:39 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 13 Sep 2011 12:39:43 +0000 (12:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39669 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInclude.cpp

index 324b4a07628f9ae9f6fff7c503fdebe9ce06daa2..fbabcc8b50b5f0770ef05df3f41a719757f82530 100644 (file)
@@ -693,8 +693,8 @@ void InsetInclude::latex(otexstream & os, OutputParams const & runparams) const
                        os << '\\' << from_ascii(params().getCmdName())
                           << '{' << from_utf8(incfile) << '}';
                } else {
-               incfile = changeExtension(incfile, ".tex");
-               incfile = latex_path(incfile);
+                       incfile = changeExtension(incfile, ".tex");
+                       incfile = latex_path(incfile);
                        // FIXME UNICODE
                        os << '\\' << from_ascii(params().getCmdName())
                           << '{' << from_utf8(incfile) <<  '}';