mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
fix ugly formatting
This commit is contained in:
@@ -112,10 +112,11 @@ class DanielsEquivalentPower : public RideMetric {
|
||||
}
|
||||
|
||||
void compute(const RideFile *, const Zones *zones, int zoneRange,
|
||||
const QHash<QString,RideMetric*> &deps) {
|
||||
if (!zones || zoneRange < 0) {
|
||||
const QHash<QString,RideMetric*> &deps)
|
||||
{
|
||||
if (!zones || zoneRange < 0) {
|
||||
setValue(0);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
|
||||
double cp = zones->getCP(zoneRange);
|
||||
|
||||
Reference in New Issue
Block a user