]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTransforms.C
ws changes only
[lyx.git] / src / insets / ExternalTransforms.C
index 3a82d937eb9c996b40135ef850d1138b334eff14..79f2d16ebb5fda80d627d8f9327159eb805b3ffd 100644 (file)
@@ -280,7 +280,7 @@ string const sanitizeLatexOption(string const & input)
                }
                output += what.str(1) + ",";
                it = what[3].first;
-       }
+       }
 
        // Strip any trailing commas
        // "...foo,,,]" -> "...foo"