[gnome-photos] operation-insta-filter: Remove extra whitespace
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] operation-insta-filter: Remove extra whitespace
- Date: Thu, 14 Jan 2016 08:49:54 +0000 (UTC)
commit 1f9ac2638ce90a393b6a90563da8777adf8e237e
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Jan 14 09:29:54 2016 +0100
operation-insta-filter: Remove extra whitespace
src/photos-operation-insta-filter.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-operation-insta-filter.c b/src/photos-operation-insta-filter.c
index d81c281..a6368fe 100644
--- a/src/photos-operation-insta-filter.c
+++ b/src/photos-operation-insta-filter.c
@@ -1,6 +1,6 @@
/*
* Photos - access, organize and share your photos on GNOME
- * Copyright © 2015 Red Hat, Inc.
+ * Copyright © 2015, 2016 Red Hat, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -171,7 +171,7 @@ photos_operation_insta_filter_detect (GeglOperation *operation, gint x, gint y)
GeglRectangle bounds;
bounds = gegl_node_get_bounding_box (self->output);
- if (x >= bounds.x && y >= bounds.y && x < bounds.x + bounds.width && y < bounds.y + bounds.height)
+ if (x >= bounds.x && y >= bounds.y && x < bounds.x + bounds.width && y < bounds.y + bounds.height)
return operation->node;
return NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]