glom r1924 - in trunk/glom: mode_data utility_widgets/db_adddel



Author: arminb
Date: Mon Feb 23 12:14:11 2009
New Revision: 1924
URL: http://svn.gnome.org/viewvc/glom?rev=1924&view=rev

Log:
Whitespace corrections


Modified:
   trunk/glom/mode_data/flowtablewithfields.cc
   trunk/glom/utility_widgets/db_adddel/glom_db_treemodel.cc

Modified: trunk/glom/mode_data/flowtablewithfields.cc
==============================================================================
--- trunk/glom/mode_data/flowtablewithfields.cc	(original)
+++ trunk/glom/mode_data/flowtablewithfields.cc	Mon Feb 23 12:14:11 2009
@@ -395,7 +395,7 @@
         event_box->set_visible_window(false);
         event_box->signal_button_press_event().connect (sigc::mem_fun (*flow_table,
                                                                        &FlowTableWithFields::on_button_press_event));
-        event_box->show();        
+        event_box->show();
         //This doesn't work (probably because we haven't implmented it in our custom container),
         //so we put the flowtable in an alignment and give that a border instead.
         //flow_table->set_border_width(Glom::Utils::DEFAULT_SPACING_SMALL); //Put some space between the page child and the page edges.

Modified: trunk/glom/utility_widgets/db_adddel/glom_db_treemodel.cc
==============================================================================
--- trunk/glom/utility_widgets/db_adddel/glom_db_treemodel.cc	(original)
+++ trunk/glom/utility_widgets/db_adddel/glom_db_treemodel.cc	Mon Feb 23 12:14:11 2009
@@ -557,7 +557,7 @@
       m_gda_datamodel.clear(); //So that it is 0, so we can handle it below.
     }
 #endif //GLIBMM_EXCEPTIONS_ENABLED
-      
+
     if(!m_gda_datamodel)
     {
       m_data_model_rows_count = 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]