X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.cpp;h=02271e308c603d381c83b089acb81423f30d8853;hb=10be0c43f20a27a1e6af82241ad5ec6b5cad3eca;hp=8ca70d80be042f550bc7fa4a655414aa0d25c19e;hpb=72a6c77a510de0651056ea7f0cb58e25d80a8b53;p=lyx.git diff --git a/src/Chktex.cpp b/src/Chktex.cpp index 8ca70d80be..02271e308c 100644 --- a/src/Chktex.cpp +++ b/src/Chktex.cpp @@ -31,8 +31,7 @@ namespace lyx { Chktex::Chktex(string const & chktex, string const & f, string const & p) : cmd(chktex), file(f), path(p) -{ -} +{} int Chktex::run(TeXErrors &terr)