]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
small bugfix
[lyx.git] / src / paragraph.C
index 94ff8dc78746c27266c97dee281e73a4168830e2..cecbf1ba4bbac003d4a9756c83374a4baa7c4600 100644 (file)
@@ -1963,7 +1963,8 @@ void Paragraph::resizeInsetsLyXText(BufferView * bv)
 {
        // then the insets
        for (InsetList::const_iterator cit = insetlist.begin();
-            cit != insetlist.end(); ++cit) {
+            cit != insetlist.end(); ++cit)
+       {
                if (cit->inset) {
                        if (cit->inset->isTextInset()) {
                                static_cast<UpdatableInset *>