[gimp] app: tiny indentation fix in view-commands.c



commit bf9b14e40d86e4b1b0c0b060f83ce90188af44c2
Author: Michael Natterer <mitch gimp org>
Date:   Tue May 31 23:12:42 2016 +0200

    app: tiny indentation fix in view-commands.c

 app/actions/view-commands.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/view-commands.c b/app/actions/view-commands.c
index 9cf8c91..7a3cc05 100644
--- a/app/actions/view-commands.c
+++ b/app/actions/view-commands.c
@@ -637,7 +637,7 @@ view_display_bpc_cmd_callback (GtkAction *action,
     {
       g_object_set (color_config,
                     "display-use-black-point-compensation", active,
-                        NULL);
+                    NULL);
       shell->color_config_set = TRUE;
     }
 }


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