]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
fix dialogs in LyX/Mac
[lyx.git] / src / paragraph.C
index 05a525c53a9e22dbfd891308c190d3e6ab31fae7..eaeee2efba1ca1a91ef982cbde17e230ce6e4316 100644 (file)
@@ -1481,14 +1481,14 @@ bool IsInsetChar(char c)
 
 bool Paragraph::isHfill(pos_type pos) const
 {
-       return isInset(pos) 
+       return isInset(pos)
                && getInset(pos)->lyxCode() == InsetBase::HFILL_CODE;
 }
 
 
 bool Paragraph::isNewline(pos_type pos) const
 {
-       return isInset(pos) 
+       return isInset(pos)
                && getInset(pos)->lyxCode() == InsetBase::NEWLINE_CODE;
 }