]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.h
fix typo that put too many include paths for most people
[lyx.git] / src / mathed / math_diminset.h
index 601f477b101d7a6171f9efceca21abc73cae568d..64fe5ee58e2c4f2c36217ef854d877cefb776c30 100644 (file)
@@ -10,9 +10,9 @@ class MathDimInset : public MathInset {
 public:
        /// not sure whether the initialization is really necessary
        MathDimInset() : width_(0), ascent_(0), descent_(0) {}
-       /// read ascent value (should be inline according to gprof) 
+       /// read ascent value (should be inline according to gprof)
        int ascent() const { return ascent_; }
-       /// read descent 
+       /// read descent
        int descent() const { return descent_; }
        /// read width
        int width() const { return width_; }