[gimp] app: fix indentation in GimpContext
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix indentation in GimpContext
- Date: Thu, 17 Jan 2013 23:50:43 +0000 (UTC)
commit 0a37a0490f32e57542afd031617e086d52e7900a
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]