]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormCitation.h
ws cleanup
[lyx.git] / src / frontends / gnome / FormCitation.h
index 48b7a8b1ca7662f21b4158f39ff402d008f8bb92..15cd0212a6a96155d9743242f0e0c22e5c957e37 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
+ * ======================================================
  *
  *           LyX, The Document Processor
  *
@@ -75,7 +75,7 @@ private:
   void moveFromActionToSearch();
   /// moves from Action to Edit "stage"
   void moveFromActionToEdit();
-  
+
   /// sort biblist
   void sortBibList(gint);
   /// update state of the buttons
@@ -110,7 +110,7 @@ private:
   void initWidgets();
   /// stores configuration of all non-0 member widgets
   void storeWidgets();
-  
+
   /** Which LyXFunc do we use?
       We could modify Dialogs to have a visible LyXFunc* instead and
       save a couple of bytes per dialog.
@@ -147,12 +147,12 @@ private:
   Gnome::PixButton * button_up_;
   Gnome::PixButton * button_down_;
   Gtk::CheckButton * button_regexp_;
-  
+
   Gtk::CList * clist_selected_;
   Gtk::CList * clist_bib_;
-  
+
   Gtk::Paned * paned_info_;
-  
+
   std::vector<string> bibkeys;
   ///
   std::vector<string> bibkeysInfo;