]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDelim.cpp
Whitespace cleanup
[features.git] / src / mathed / InsetMathDelim.cpp
index 7e03e24afecd1ac52b9ec71830495489a2f9b752..af612d5e9fbbf8b3e658a7acb1b9b7d726fcd3cf 100644 (file)
@@ -31,7 +31,7 @@ static docstring convertDelimToLatexName(docstring const & name)
 {
        if (name.size() == 1) {
                char_type const c = name[0];
-               if (c == '<' || c == '(' || c == '[' || c == '.' 
+               if (c == '<' || c == '(' || c == '[' || c == '.'
                    || c == '>' || c == ')' || c == ']' || c == '/' || c == '|')
                        return name;
        }