]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_biginset.C
small up/down tweaking
[lyx.git] / src / mathed / math_biginset.C
index e85d6ac03c5855d57e613761319db42051219fd5..7cae97e3921011d5ca1dbd0020e0aa2905583232 100644 (file)
@@ -64,5 +64,5 @@ void MathBigInset::write(WriteStream & os) const
 
 void MathBigInset::normalize(NormalStream & os) const
 {
-       os << "[" << name_ << ' ' <<  delim_ << ']';
+       os << '[' << name_ << ' ' <<  delim_ << ']';
 }