]> git.lyx.org Git - lyx.git/blobdiff - src/tracer.h
fix typo that put too many include paths for most people
[lyx.git] / src / tracer.h
index 570da31963c59738b409bf178b8906fb2498fa4a..36908a70f0cf231b120b2b5ea4f2711e5a2916d7 100644 (file)
@@ -1,9 +1,9 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
  *           Copyright 1995-2001 The LyX Team.
  *
@@ -28,7 +28,7 @@ public:
                lyxerr << string(depth, ' ') << "TRACE IN: "
                       << str << std::endl;
                depth += 2;
-               
+
        }
        ///
        ~Trace() {