]> git.lyx.org Git - lyx.git/blobdiff - src/lyxlex_pimpl.h
Lars says _(_(b)) is a bug ... fix
[lyx.git] / src / lyxlex_pimpl.h
index 9aecd59bd3d118a03b5ac246bfd960fdf2682d76..1f63abc1115d7fcaa4e93306eb16c7a54e78fce4 100644 (file)
@@ -20,7 +20,7 @@ struct LyXLex::Pimpl : boost::noncopyable {
                ///
                LEX_MAX_BUFF = 2048
        };
-       
+
        ///
        Pimpl(keyword_item * tab, int num);
        ///
@@ -55,7 +55,7 @@ struct LyXLex::Pimpl : boost::noncopyable {
        std::filebuf fb__;
        /// the stream that we use.
        std::istream is;
-       /// 
+       ///
        string name;
        ///
        keyword_item * table;