summaryrefslogtreecommitdiff
path: root/libmateweather/weather-moon.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:07:30 +0200
committerraveit65 <[email protected]>2019-07-02 15:58:19 +0200
commite581918b791c4fdc1e6fe487712a0d36e6184672 (patch)
treeaeabbfc3ff428b3b14e8cc5b690b4e84b271a003 /libmateweather/weather-moon.c
parent2b24ccb08c4f58efaacb6bc1441e7286995db5ff (diff)
downloadlibmateweather-e581918b791c4fdc1e6fe487712a0d36e6184672.tar.bz2
libmateweather-e581918b791c4fdc1e6fe487712a0d36e6184672.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'libmateweather/weather-moon.c')
-rw-r--r--libmateweather/weather-moon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmateweather/weather-moon.c b/libmateweather/weather-moon.c
index 33bc0be..1541efc 100644
--- a/libmateweather/weather-moon.c
+++ b/libmateweather/weather-moon.c
@@ -124,7 +124,7 @@ calc_moon (WeatherInfo *info)
ecl2equ (t, lambda_r, beta_r, &ra_h, &decl_r);
/*
- * The phase is the angle from the sun's longitude to the moon's
+ * The phase is the angle from the sun's longitude to the moon's
*/
info->moonphase =
fmod (15.*ra_h - RADIANS_TO_DEGREES (sunEclipLongitude (info->update)),