[gimp/soc-2011-seamless-clone2] app: fix indentation in GimpContext



commit fa5750e99ca91a5640f0cd3dd38d2e745217827a
Author: Michael Natterer <mitch gimp org>
Date:   Fri Jan 18 00:50:12 2013 +0100

    app: fix indentation in GimpContext

 app/core/gimpcontext.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpcontext.c b/app/core/gimpcontext.c
index edebcfe..68fbdb6 100644
--- a/app/core/gimpcontext.c
+++ b/app/core/gimpcontext.c
@@ -3102,8 +3102,8 @@ gimp_context_get_tool_preset (GimpContext *context)
 }
 
 void
-gimp_context_set_tool_preset (GimpContext  *context,
-                           GimpToolPreset *tool_preset)
+gimp_context_set_tool_preset (GimpContext    *context,
+                              GimpToolPreset *tool_preset)
 {
   g_return_if_fail (GIMP_IS_CONTEXT (context));
   g_return_if_fail (! tool_preset || GIMP_IS_TOOL_PRESET (tool_preset));


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