mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Formatting (#879)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
20921b79b8
commit
f71cb04cd2
@@ -185,8 +185,8 @@ namespace BlackMisc
|
||||
{
|
||||
// we already have some booking dates, we will verify those now
|
||||
// and will set the most appropriate booking dates
|
||||
CTime timeDiffBooking(bookedStation.bookedWhen());
|
||||
CTime timeDiffOnline(this->bookedWhen()); // diff to now
|
||||
const CTime timeDiffBooking(bookedStation.bookedWhen());
|
||||
const CTime timeDiffOnline(this->bookedWhen()); // diff to now
|
||||
if (timeDiffBooking.isNegativeWithEpsilonConsidered() && timeDiffOnline.isNegativeWithEpsilonConsidered())
|
||||
{
|
||||
// both in past
|
||||
|
||||
Reference in New Issue
Block a user