From: Richard Heck Date: Thu, 23 May 2013 13:39:16 +0000 (-0400) Subject: Whitespace. X-Git-Tag: 2.1.0beta1~176 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f34394460a1c22937c9732f55f00aa6952764264;p=features.git Whitespace. --- diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 88a5d281e9..e4f563a456 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::const_iterator it = + map::const_iterator it = params_.documentClass().packageOptions().begin(); - map::const_iterator en = + map::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 1fcdb2d372..f6723ec9c2 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();