]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetArgument.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetArgument.h
index 1b5050db95e485ef1f052b69facce60d7e46f58b..7ba81e37d9f6be294d687741d91359e9121dca55 100644 (file)
@@ -31,7 +31,8 @@ public:
 
        /// Outputting the parameter of a LaTeX command
        void latexArgument(otexstream &, OutputParams const &,
-                       docstring const&, docstring const &) const;
+                          docstring const&, docstring const &,
+                          docstring const &) const;
 
        std::string name() const { return name_; }