From 08020a98f4c862c077cedf57202ff193574b9a45 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Fri, 28 Oct 2016 10:08:00 +0200
Subject: [PATCH] Whitespace.

---
 .../java/org/orekit/rugged/api/ProjectionTypeId.java   | 10 +++++-----
 .../org/orekit/rugged/utils/ExtendedEllipsoid.java     |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java b/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java
index c36b7fb4..73e09723 100644
--- a/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java
+++ b/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java
@@ -23,20 +23,20 @@ package org.orekit.rugged.api;
 public enum ProjectionTypeId {
 
     /** Constant for WGS 84 projection type. */
-	WGS84,
+    WGS84,
 
     /** Constant for UTM zone 1N projection type. */
     UTM1N,
-    
+
     /** Constant for UTM zone 60N projection type. */
     UTM60N,
-    
+
     /** Constant for UTM zone 1S projection type. */
     UTM1S,
-    
+
     /** Constant for UTM zone 60S projection type. */
     UTM60S,
-    
+
     /** Constant for Lambert-93 projection type. */
     LAMBERT93
 }
diff --git a/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java b/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java
index 6ce1a013..62010582 100644
--- a/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java
+++ b/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java
@@ -78,7 +78,7 @@ public class ExtendedEllipsoid extends OneAxisEllipsoid {
      * @param position cell position (in body frame) (m)
      * @param los pixel line-of-sight, not necessarily normalized (in body frame)
      * @param latitude latitude with respect to ellipsoid (rad)
-     * @param closeReference reference point used to select the closest solution 
+     * @param closeReference reference point used to select the closest solution
      * when there are two points at the desired latitude along the line, it should
      * be close to los surface intersection (m)
      * @return point at latitude (m)
-- 
GitLab