]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathMacroArgument.cpp
Whitespace cleanup
[features.git] / src / mathed / MathMacroArgument.cpp
index d1735f1544b834405e691d51e966b9ff6502dd41..eb3d86a86d2412d293302f055d95a6e7482ae0b0 100644 (file)
@@ -32,7 +32,7 @@ MathMacroArgument::MathMacroArgument(size_t n)
                lyxerr << "MathMacroArgument::MathMacroArgument: wrong Argument id: "
                        << n << endl;
        }
-       // The profiler tells us not to use 
+       // The profiler tells us not to use
        // str_ = '#' + convert<docstring>(n);
        // so we do the conversion of n to ASCII manually.
        // This works because 1 <= n <= 9.