]> git.lyx.org Git - lyx.git/blobdiff - src/Row.cpp
Russian splash.lyx: updates from Yuriy
[lyx.git] / src / Row.cpp
index 8d89f64e1c06f17af0e315faecbab718889f4da3..db1bd2883cac54dd9acccfa50e9fa72496f41d2e 100644 (file)
@@ -275,7 +275,7 @@ ostream & operator<<(ostream & os, Row const & row)
           << " ascent: " << row.dim_.asc
           << " descent: " << row.dim_.des
           << " separator: " << row.separator
-          << " label_hfill: " << row.label_hfill 
+          << " label_hfill: " << row.label_hfill
           << " row_boundary: " << row.right_boundary() << "\n";
        double x = row.left_margin;
        Row::Elements::const_iterator it = row.elements_.begin();