summaryrefslogtreecommitdiff
path: root/altosui/AltosInfoTable.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-04-11 16:40:06 -0700
committerKeith Packard <keithp@keithp.com>2014-04-11 16:40:06 -0700
commit9e18c524fa2d1f648f265b3c3105f5ceacf06c10 (patch)
tree70eef3b41a40ca5401a45ae1894847a77409b203 /altosui/AltosInfoTable.java
parent7b275ddfe20f54857d7d1abb98607c406b678090 (diff)
altoslib/altosui/altosuilib/libaltos: Remove trailing whitespace
Just cleaning up the source code. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosInfoTable.java')
-rw-r--r--altosui/AltosInfoTable.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosInfoTable.java b/altosui/AltosInfoTable.java
index 158b61f0..3242d652 100644
--- a/altosui/AltosInfoTable.java
+++ b/altosui/AltosInfoTable.java
@@ -205,7 +205,7 @@ public class AltosInfoTable extends JTable {
info_add_deg(1, "Pad longitude", state.pad_lon, 'E', 'W');
info_add_row(1, "Pad GPS alt", "%6.0f m", state.pad_alt);
}
- if (state.gps.year != AltosLib.MISSING)
+ if (state.gps.year != AltosLib.MISSING)
info_add_row(1, "GPS date", "%04d-%02d-%02d",
state.gps.year,
state.gps.month,