]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorAngus Leeming <leeming@lyx.org>
Thu, 29 Apr 2004 07:58:52 +0000 (07:58 +0000)
committerAngus Leeming <leeming@lyx.org>
Thu, 29 Apr 2004 07:58:52 +0000 (07:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8705 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/insetbibtex.C

index e2359daa72ffb03b84f7d0a7f759fec34eec6f80..dd21b522cbccc44ea96468ddebd656c81f2f9d01 100644 (file)
@@ -101,12 +101,12 @@ string normalize_name(Buffer const & buffer, OutputParams const & runparams,
        string const fname = MakeAbsPath(name, buffer.filePath());
        if (AbsolutePath(name) || !IsFileReadable(fname + ext))
                return name;
-       else if (!runparams.nice) 
+       else if (!runparams.nice)
                return fname;
-       else 
+       else
                return MakeRelPath(fname, buffer.getMasterBuffer()->filePath());
 }
-       
+
 }
 
 
@@ -154,7 +154,7 @@ int InsetBibtex::latex(Buffer const & buffer, ostream & os,
 
        if (!style.empty()) {
                os << "\\bibliographystyle{"
-                  << os::external_path(normalize_name(buffer, runparams, 
+                  << os::external_path(normalize_name(buffer, runparams,
                                                       style, ".bst"))
                   << "}\n";
                i += 1;