]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.h
fix reading the author field.
[lyx.git] / src / Bidi.h
index d556bc894408b4cd9d7b12d315a2ed86af9b7333..cad9891de452792b8a84dd1621a6d6dd623a97a7 100644 (file)
@@ -46,8 +46,8 @@ struct  Bidi {
        ///
        void computeTables(Paragraph const & par,
                           Buffer const &, Row const & row);
-private: 
-       /// 
+private:
+       ///
        bool same_direction_;
        ///
        std::vector<lyx::pos_type> log2vis_list_;