From 0f3b5ab99121253c582ed4af6142dfe9b6cc1777 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 19 Oct 2001 15:20:22 +0000 Subject: [PATCH] whitespace changes git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2902 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/array.C | 2 +- src/mathed/math_inset.C | 4 ++-- src/mathed/math_macrotable.C | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mathed/array.C b/src/mathed/array.C index 2c87130997..11042bf333 100644 --- a/src/mathed/array.C +++ b/src/mathed/array.C @@ -96,7 +96,7 @@ bool MathArray::empty() const { return bf_.empty(); } - + MathArray::size_type MathArray::size() const { diff --git a/src/mathed/math_inset.C b/src/mathed/math_inset.C index 0620aefdbd..0b43d32b91 100644 --- a/src/mathed/math_inset.C +++ b/src/mathed/math_inset.C @@ -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(); } diff --git a/src/mathed/math_macrotable.C b/src/mathed/math_macrotable.C index 2c0e274368..d6e171994b 100644 --- a/src/mathed/math_macrotable.C +++ b/src/mathed/math_macrotable.C @@ -77,7 +77,7 @@ void MathMacroTable::builtinMacros() built = true; //lyxerr[Debug::MATHED] << "Building macros\n"; - +D //create("emptyset", 0, "\\not0"); create("notin", 0, "\\not\\in"); create("slash", 0, "/"); @@ -139,7 +139,7 @@ void MathMacroTable::builtinMacros() create("gggtr", 0, "\\ggg"); } - //create("lint", 4, "\\int_#1^#2#3 d#4"); - //create("silentmult", 0, "\\cdot"); - //create("binom", 2, "\\left(\\frac#1#2\\right)"); + //create("lint", 4, "\\int_#1^#2#3 d#4"); + //create("silentmult", 0, "\\cdot"); + //create("binom", 2, "\\left(\\frac#1#2\\right)"); } -- 2.39.2