X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FChktex.cpp;h=02271e308c603d381c83b089acb81423f30d8853;hb=44cdffa39e9160bde46d824f1915f9ef3084b53e;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)