]> git.lyx.org Git - features.git/blobdiff - src/factory.cpp
Whitespace cleanup
[features.git] / src / factory.cpp
index 09296591dae5ab252c6d9c5a77a14192f33808a0..a0f0ee35379a99d7c06bc3d38adc407537100463 100644 (file)
@@ -264,7 +264,7 @@ Inset * createInset(BufferView * bv, FuncRequest const & cmd)
                                InsetCollapsable::CollapseStatus st;
                                InsetERTMailer::string2params(to_utf8(cmd.argument()), st);
                                return new InsetERT(params, st);
-                       
+
                        } else if (name == "listings") {
                                InsetListingsParams par;
                                InsetListingsMailer::string2params(to_utf8(cmd.argument()), par);