From 260334ef354b2877bbbce4e465c0d4785a2d1f8f Mon Sep 17 00:00:00 2001 From: uvos Date: Wed, 31 May 2023 22:22:45 +0200 Subject: [PATCH] fix some minor whitespace issues --- src/sun.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sun.cpp b/src/sun.cpp index 20f4e8a..03b74ee 100644 --- a/src/sun.cpp +++ b/src/sun.cpp @@ -148,7 +148,6 @@ double Sun::azimuth() return 0; } - std::time_t Sun::riseTime() { JdTime time; @@ -163,6 +162,7 @@ std::time_t Sun::riseTime() return time.toStdTime(); } + std::time_t Sun::setTime() { JdTime time; @@ -178,7 +178,6 @@ std::time_t Sun::setTime() return time.toStdTime(); } - double Sun::declination() { JdTime time;