]> git.lyx.org Git - features.git/blobdiff - src/factory.cpp
Add 'needauth' option to converters that need explicit user authorization.
[features.git] / src / factory.cpp
index a03f88fa2838900d71da17959df81bcd4d2afc1d..9fdc37da625b8432861c2ce93b19c0d926762c2d 100644 (file)
@@ -591,7 +591,7 @@ Inset * readInset(Lexer & lex, Buffer * buf)
                                return 0;
                }
                inset->setBuffer(*buf);
-       } else { 
+       } else {
                // FIXME This branch should be made to use inset codes
                // as the preceding branch does. Unfortunately, that
                // will take some doing. It requires converting the