]> git.lyx.org Git - lyx.git/commitdiff
InsetMathHull.cpp: whitespace
authorUwe Stöhr <uwestoehr@web.de>
Sun, 27 Jul 2008 00:45:19 +0000 (00:45 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 27 Jul 2008 00:45:19 +0000 (00:45 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25908 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathHull.cpp

index c463d850f8e3c8b5299a56f80ec9e7a1a14688a8..e7748cec1e57cc683f40752b25062c9612ac0ee3 100644 (file)
@@ -562,7 +562,6 @@ void InsetMathHull::validate(LaTeXFeatures & features) const
        if (ams())
                features.require("amsmath");
 
-
        // Validation is necessary only if not using AMS math.
        // To be safe, we will always run mathedvalidate.
        //if (features.amsstyle)