[gimp] app: minor indentation fix in gimpdrawablefilter.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: minor indentation fix in gimpdrawablefilter.c
- Date: Mon, 14 Nov 2016 18:58:46 +0000 (UTC)
commit 702d050fe37201cd5541dd6b67802bc732fc0a96
Author: Michael Natterer <mitch gimp org>
Date: Mon Nov 14 19:57:42 2016 +0100
app: minor indentation fix in gimpdrawablefilter.c
app/core/gimpdrawablefilter.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/core/gimpdrawablefilter.c b/app/core/gimpdrawablefilter.c
index 032f95e..0e670ff 100644
--- a/app/core/gimpdrawablefilter.c
+++ b/app/core/gimpdrawablefilter.c
@@ -506,13 +506,13 @@ gimp_drawable_filter_get_preview_rect (GimpDrawableFilter *filter,
break;
case GIMP_ALIGN_TOP:
- rect->height *= position;
- break;
+ rect->height *= position;
+ break;
case GIMP_ALIGN_BOTTOM:
rect->height *= (1.0 - position);
- rect->y = height - rect->height;
- break;
+ rect->y = height - rect->height;
+ break;
default:
g_return_if_reached ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]