summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <aw@altspu.ru>2022-05-24 12:04:13 +0700
committerAlexander V. Wolf <aw@altspu.ru>2022-05-24 12:04:13 +0700
commit993e2cbc4014915601ee1f9b9a3ea81d96e8020e (patch)
tree6301e4cb2dcedc56330ced8f829e586f2bac9b95
parent83d0d318eb65dd1f2c02ff8bf3c084922987242c (diff)
Fix couple CodeFactor style issues:
- Redundant blank line at the end of a code block should be deleted
-rw-r--r--plugins/Calendars/src/NewHinduCalendar.cpp1
-rw-r--r--src/core/planetsephems/EphemWrapper.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Calendars/src/NewHinduCalendar.cpp b/plugins/Calendars/src/NewHinduCalendar.cpp
index db9809c63a..1f2fbdcbe6 100644
--- a/plugins/Calendars/src/NewHinduCalendar.cpp
+++ b/plugins/Calendars/src/NewHinduCalendar.cpp
@@ -578,7 +578,6 @@ int NewHinduCalendar::fixedFromAstroHinduLunar(const QVector<int> parts)
astroLunarDayFromMoment(altHinduSunrise(date)) != StelUtils::amod(day+1, 30) );
return (leapDay ? date+1 : date);
-
}
// 20.6 Holidays
diff --git a/src/core/planetsephems/EphemWrapper.cpp b/src/core/planetsephems/EphemWrapper.cpp
index 13e35a6351..ab67a3d4b2 100644
--- a/src/core/planetsephems/EphemWrapper.cpp
+++ b/src/core/planetsephems/EphemWrapper.cpp
@@ -426,7 +426,6 @@ void get_lunar_parent_coordsv(double jde, double xyz[3], double xyzdot[3], void*
lat+=-0.25/3600. * M_PI_180;
StelUtils::spheToRect(lng, lat, r, XYZ);
xyz[0]=XYZ.v[0]; xyz[1]=XYZ.v[1]; xyz[2]=XYZ.v[2];
-
}
void get_phobos_parent_coordsv(double jd, double xyz[3], double xyzdot[3], void* unused)