[gtkmm/gtkmm-3-20: 2/3] Slight whitespace change.



commit 495bf9313bb0996e3ffe42ca8c1541463b6f8aeb
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Apr 14 15:34:34 2016 +0200

    Slight whitespace change.

 gtk/src/treeview.hg |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/src/treeview.hg b/gtk/src/treeview.hg
index 75dd0e6..b795e54 100644
--- a/gtk/src/treeview.hg
+++ b/gtk/src/treeview.hg
@@ -1189,7 +1189,8 @@ void _auto_store_on_cellrenderer_text_edited_numerical(const Glib::ustring& path
       try
       {
         new_value =  static_cast<ColumnType>( std::stod(new_text) );
-      } catch(const std::invalid_argument&)
+      }
+      catch(const std::invalid_argument&)
       {
          //Intentionally ignored.
          //Applications can use their own logic if they want to handle invalid input differently.


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