]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.cpp
src/*.cpp: reformatting to increase consistency
[lyx.git] / src / Chktex.cpp
index 8ca70d80be042f550bc7fa4a655414aa0d25c19e..02271e308c603d381c83b089acb81423f30d8853 100644 (file)
@@ -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)