]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormCredits.h
ws cleanup
[lyx.git] / src / frontends / gnome / FormCredits.h
index b80a3ebf93cdb6a2a2e9c6357d49cb0556f83083..0c0400aaab72f2219cbef6d6f2ffbdd68abf7e2f 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /* This file is part of
  * =================================================
- * 
+ *
  *          LyX, The Document Processor
  *          Copyright 1995 Matthias Ettrich.
  *          Copyright 1995-2000 The LyX Team.
  *
- * ================================================= 
+ * =================================================
  *
  * \author Michael Koziarski <michael@koziarski.org>
  * */
@@ -38,9 +38,9 @@ public:
 
        void apply() {};
        void update() {};
-       
+
 private:
-       
+
        /// Build the dialog
        void build();
 
@@ -48,7 +48,7 @@ private:
 
        /// The ok button
        Gtk::Button * ok();
-       
+
        Gtk::Text * text();
 };