The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit f34394460a1c22937c9732f55f00aa6952764264
Author: Richard Heck <rgh...@lyx.org>
Date:   Thu May 23 09:39:16 2013 -0400

    Whitespace.

diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp
index 88a5d28..e4f563a 100644
--- a/src/LaTeXFeatures.cpp
+++ b/src/LaTeXFeatures.cpp
@@ -826,14 +826,14 @@ string const LaTeXFeatures::getPackages() const
        // swallowed now. We should change this eventually.
 
        // Output all the package option stuff we have been asked to do.
-       map<string, string>::const_iterator it = 
+       map<string, string>::const_iterator it =
            params_.documentClass().packageOptions().begin();
-       map<string, string>::const_iterator en = 
+       map<string, string>::const_iterator en =
            params_.documentClass().packageOptions().end();
        for (; it != en; ++it)
                if (mustProvide(it->first))
-                       packages << "\\PassOptionsToPackage{" << it->second << 
"}{"
-                          << it->first << "}\n";
+                       packages << "\\PassOptionsToPackage{" << it->second << 
"}"
+                                << "{" << it->first << "}\n";
 
        //  These are all the 'simple' includes.  i.e
        //  packages which we just \usepackage{package}
diff --git a/src/TextClass.cpp b/src/TextClass.cpp
index 1fcdb2d..f6723ec 100644
--- a/src/TextClass.cpp
+++ b/src/TextClass.cpp
@@ -635,7 +635,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, 
ReadType rt)
                        requires_.insert(req.begin(), req.end());
                        break;
                }
-               
+
                case TC_PKGOPTS : {
                        lexrc.next();
                        string const pkg = lexrc.getString();

-----------------------------------------------------------------------

Summary of changes:
 src/LaTeXFeatures.cpp |    8 ++++----
 src/TextClass.cpp     |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to