[gimp] app: tiny formatting issue in tool-preset-commands.c



commit 84030aaf955e5df18176a72b63b7cd2039c90f05
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jan 6 01:10:56 2016 +0100

    app: tiny formatting issue in tool-preset-commands.c

 app/actions/tool-presets-commands.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/actions/tool-presets-commands.c b/app/actions/tool-presets-commands.c
index d000716..7ac7dec 100644
--- a/app/actions/tool-presets-commands.c
+++ b/app/actions/tool-presets-commands.c
@@ -40,7 +40,7 @@ tool_presets_restore_cmd_callback (GtkAction *action,
 {
   GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data);
   GimpContext         *context;
-  GimpToolPreset *preset;
+  GimpToolPreset      *preset;
 
   context = gimp_container_view_get_context (editor->view);
 


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