From commits-return-13856-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Wed Aug 26 14:50:26 2020 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id 6C2AD1AD77 for ; Wed, 26 Aug 2020 14:50:26 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 14AD7125655 for ; Wed, 26 Aug 2020 14:50:26 +0000 (UTC) Received: (qmail 88352 invoked by uid 500); 26 Aug 2020 14:50:25 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 88327 invoked by uid 500); 26 Aug 2020 14:50:25 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 88310 invoked by uid 99); 26 Aug 2020 14:50:25 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2020 14:50:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5E25C80855; Wed, 26 Aug 2020 14:50:25 +0000 (UTC) Date: Wed, 26 Aug 2020 14:50:25 +0000 To: "commits@sis.apache.org" Subject: [sis] 01/02: Trivial indentation fix. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: desruisseaux@apache.org In-Reply-To: <159845342476.2756.6248574540791047351@gitbox.apache.org> References: <159845342476.2756.6248574540791047351@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: sis X-Git-Refname: refs/heads/geoapi-4.0 X-Git-Reftype: branch X-Git-Rev: 07ee1e0420a4d7504853f3eef77961c8eced2e1e X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200826145025.5E25C80855@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 07ee1e0420a4d7504853f3eef77961c8eced2e1e Author: Martin Desruisseaux AuthorDate: Wed Aug 26 16:48:49 2020 +0200 Trivial indentation fix. --- .../main/java/org/apache/sis/coverage/grid/ResampledGridCoverage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/ResampledGridCoverage.java b/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/ResampledGridCoverage.java index 6905df0..4ead751 100644 --- a/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/ResampledGridCoverage.java +++ b/core/sis-feature/src/main/java/org/apache/sis/coverage/grid/ResampledGridCoverage.java @@ -175,8 +175,8 @@ final class ResampledGridCoverage extends GridCoverage { || Utilities.equalsIgnoreMetadata(sourceGG.getGridToCRS(PixelInCell.CELL_CENTER), // Its okay if only one is equal. targetGG.getGridToCRS(PixelInCell.CELL_CENTER))) && (!isDefined(sourceGG, targetGG, GridGeometry.ENVELOPE) - || isDefined(sourceGG, targetGG, GridGeometry.EXTENT | GridGeometry.GRID_TO_CRS) // Compare only if not inferred. - || sourceGG.equalsApproximately(targetGG.envelope)); + || isDefined(sourceGG, targetGG, GridGeometry.EXTENT | GridGeometry.GRID_TO_CRS) // Compare only if not inferred. + || sourceGG.equalsApproximately(targetGG.envelope)); } /**