]> git.lyx.org Git - lyx.git/blobdiff - src/XFormsView.h
fix typo that put too many include paths for most people
[lyx.git] / src / XFormsView.h
index e3b052be77f9f58436d0308efdf87e9d621c528e..f96cc9d5e9f2d2eb6ef99006e631bd553cc4a8ac 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.
  *
@@ -53,7 +53,7 @@ private:
        virtual void setWindowTitle(string const &, string const &);
        /// makes the main form.
        void create_form_form_main(int width, int height);
-       /// A pointer to the form.      
+       /// A pointer to the form.
        FL_FORM * form_;
 };
 #endif