]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.C
whitespace changes
[features.git] / src / mathed / math_inset.C
index 0620aefdbda638ba4f1cdf729664a63441f4e697..0b43d32b91b4fb6b7e475c4261bf475313a84762 100644 (file)
@@ -193,8 +193,8 @@ void MathInset::idxDeleteRange(idx_type, idx_type)
 
 void MathInset::getXY(int & x, int & y) const
 {
-   x = xo();
-   y = yo();
+       x = xo();
+       y = yo();
 }