[gimp] app: small indentation fix in GimpImageWindow
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: small indentation fix in GimpImageWindow
- Date: Sun, 10 Mar 2013 18:56:45 +0000 (UTC)
commit 08848805793f381e088885b7f3cf34d5e4a00986
Author: Michael Natterer <mitch gimp org>
Date: Sun Mar 10 19:55:48 2013 +0100
app: small indentation fix in GimpImageWindow
app/display/gimpimagewindow.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/display/gimpimagewindow.c b/app/display/gimpimagewindow.c
index 35f736a..11791a5 100644
--- a/app/display/gimpimagewindow.c
+++ b/app/display/gimpimagewindow.c
@@ -1035,10 +1035,10 @@ gimp_image_window_add_shell (GimpImageWindow *window,
private->shells = g_list_append (private->shells, shell);
if (g_list_length (private->shells) > 1)
- {
- gimp_image_window_keep_canvas_pos (window);
- gtk_notebook_set_show_tabs (GTK_NOTEBOOK (private->notebook), TRUE);
- }
+ {
+ gimp_image_window_keep_canvas_pos (window);
+ gtk_notebook_set_show_tabs (GTK_NOTEBOOK (private->notebook), TRUE);
+ }
tab_label = gimp_image_window_create_tab_label (window, shell);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]