[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix indentation

noreply at xfce.org noreply at xfce.org
Tue Aug 23 13:37:08 CEST 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 9ba2aaa8ffd0ab3943c6da2f65a73b1112adb7a2
Author: Igor <f2404 at yandex.ru>
Date:   Tue Aug 23 14:37:03 2016 +0300

    Fix indentation
---
 terminal/terminal-window.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index fa0969f..94c87cd 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -2013,10 +2013,10 @@ terminal_window_action_save_contents (GtkAction      *action,
     }
 
   if (error)
-  {
-    xfce_dialog_show_error (GTK_WINDOW (window), error, _("Failed to save terminal contents"));
-    g_error_free (error);
-  }
+    {
+      xfce_dialog_show_error (GTK_WINDOW (window), error, _("Failed to save terminal contents"));
+      g_error_free (error);
+    }
 
   g_object_unref (file);
   g_free (filename_uri);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list