]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Parser.cpp
Collapsable -> Collapsible (part 5)
[lyx.git] / src / tex2lyx / Parser.cpp
index 41ab92063c031a50b2a496d67dd75de963f039a6..ec63b77da83e7c063724746427fa64be8c0c127e 100644 (file)
@@ -48,7 +48,7 @@ char_type getNewline(iparserdocstream & is, char_type c)
        return c;
 }
 
-}
+} // namespace
 
 //
 // Token
@@ -339,7 +339,7 @@ Token const Parser::get_token()
                if (pos_ >= tokens_.size())
                        return dummy;
        }
-       // cerr << "looking at token " << tokens_[pos_] 
+       // cerr << "looking at token " << tokens_[pos_]
        //      << " pos: " << pos_ << '\n';
        return tokens_[pos_++];
 }
@@ -662,7 +662,7 @@ Parser::Arg Parser::verbatimStuff(string const & end_string, bool const allow_li
                                return Arg(false, string());
                        }
                        if (match_index) {
-                               oss << end_string.substr(0, match_index) 
+                               oss << end_string.substr(0, match_index)
                                    << t.asInput();
                                match_index = 0;
                        } else