[PATCH] Remove trailing whitespace
Wald Commits
scm-commit at wald.intevation.org
Wed Dec 9 18:29:52 CET 2015
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1449603858 -3600
# Node ID d199860fb087f042fdf1bb042c9cceadf5207e29
# Parent b32c1927f90d4dd1baa721dcbeca22ba0c93923d
Remove trailing whitespace.
diff -r b32c1927f90d -r d199860fb087 artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java
--- a/artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java Tue Dec 08 20:33:07 2015 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/exports/LongitudinalSectionGenerator2.java Tue Dec 08 20:44:18 2015 +0100
@@ -144,7 +144,7 @@
context.putContextValue("startkm", 0d);
context.putContextValue("endkm", 42d);
for (SuperBundle superbundle: postOutAF) {
- // Dry run with fake start /end
+ // Dry run with fake start /end
// to get the filtered facets also included
// in the x axis range.
super.doOut(superbundle.bundle, superbundle.theme, false);
More information about the Dive4Elements-commits
mailing list