]> git.lyx.org Git - lyx.git/blobdiff - src/text.C
"Inter-word Space"
[lyx.git] / src / text.C
index 2de8e85e18b22b1b101f6c723b249210cd9bd0e6..bc95c353bd216582c69705fcd84df1fce687e817 100644 (file)
@@ -87,7 +87,7 @@ void LyXText::updateRowPositions()
 
 int LyXText::top_y() const
 {
-       if (anchor_row_ == rowlist_.end() )
+       if (anchor_row_ == rowlist_.end())
                return 0;
 
        return anchor_row_->y() + anchor_row_offset_;