[gtkmm/gtkmm-3-18] Slight whitespace change.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm/gtkmm-3-18] Slight whitespace change.
- Date: Thu, 14 Apr 2016 16:06:31 +0000 (UTC)
commit 76da9d471f57586aaba2db59964ede576fd8d432
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 8e3f41e..ae481a0 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]