]> git.lyx.org Git - lyx.git/blobdiff - src/CmdDef.cpp
Account for old versions of Pygments
[lyx.git] / src / CmdDef.cpp
index 1a9f42f4800ae21053e61c3963b99612d9c80844..779ac8270a36dbed39b26dbe518431e493cc66d4 100644 (file)
@@ -152,7 +152,7 @@ void CmdDef::release(string const & name)
 
 
 CmdDef::newCmdDefResult CmdDef::newCmdDef(string const & name, 
-                                                                                 string const & def)
+                                         string const & def)
 {
        string const name2 = trim(name);