]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_spaceinset.C
remove LyXParagraph Clone use newly added copy constructor instead, some whitespace...
[features.git] / src / mathed / math_spaceinset.C
index ce715e133a0d03ffd8d2258cab5224a82caae112..9b7110360c33a6456b9a5e693dbabebf88328a61 100644 (file)
@@ -50,6 +50,7 @@ void MathSpaceInset::Write(ostream & os, bool /* fragile */)
        }
 }
 
+
 void MathSpaceInset::WriteNormal(ostream & os)
 {
        os << "[space " << space_ << "] ";