summaryrefslogtreecommitdiff
path: root/applets/clock/clock-sunpos.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:54:59 +0200
committerZenWalker <[email protected]>2019-07-05 17:09:27 +0200
commit188846cecfda3b8f19e45ca37a60d817bff2afed (patch)
tree571ae1908573dd88f390482faf1a8c75ea61cc68 /applets/clock/clock-sunpos.c
parent96ceed2717780188bc0eb84565d91617783d7192 (diff)
downloadmate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.bz2
mate-panel-188846cecfda3b8f19e45ca37a60d817bff2afed.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'applets/clock/clock-sunpos.c')
-rw-r--r--applets/clock/clock-sunpos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/clock/clock-sunpos.c b/applets/clock/clock-sunpos.c
index 69e04343..20a7b619 100644
--- a/applets/clock/clock-sunpos.c
+++ b/applets/clock/clock-sunpos.c
@@ -20,7 +20,7 @@
* Jonathan Blandford <[email protected]>
* Matthias Clasen <[email protected]>
*/
-
+
#include <time.h>
#include <gtk/gtk.h>
#include <math.h>
@@ -70,7 +70,7 @@ solve_keplers_equation (gdouble e,
/* start with an initial estimate */
E = M;
-
+
d = E - e * sin (E) - M;
while (ABS (d) > ERROR_ACCURACY)