]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.h
Sigh. Why is debugging iterative?
[lyx.git] / src / Chktex.h
index 745e8b449317c8b1dddd1a5af833c084d9495fc9..5ad8af2ccaf0d806ae150fd34adff26de36c4106 100644 (file)
@@ -1,16 +1,16 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
  *
  *          Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  *           This file is Copyright 1997
  *           Asger Alstrup
  *
- * ====================================================== 
+ * ======================================================
  */
 
 #ifndef CHKTEX_H
@@ -35,7 +35,7 @@ public:
        */
        Chktex(string const & cmd, string const & file,
               string const & path);
-       
+
        /** Runs chktex.
            @return -1 if fail, number of messages otherwise.
          */
@@ -49,7 +49,7 @@ private:
 
        ///
        string file;
-       
+
        ///
        string path;
 };