]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.cpp
Cmake export tests: Added sublabel handling also to revertedTests
[lyx.git] / src / mathed / InsetMathHull.cpp
index 08c0dec760a0c76ee702dd123d45983eab03a702..6ff8833fee2fb0c5fe1a16be4ea4e9d202a9f89a 100644 (file)
@@ -927,7 +927,7 @@ void InsetMathHull::validate(LaTeXFeatures & features) const
 void InsetMathHull::header_write(WriteStream & os) const
 {
        bool n = numberedType();
-       
+
        switch(type_) {
        case hullNone:
                break;