Minor: reformatted code.

This commit is contained in:
Gerhard Hoffmann 2024-08-13 14:52:11 +02:00
parent 449fb163bd
commit da7a3cf67b

View File

@ -717,8 +717,7 @@ CalcState CALCULATE_LIBRARY_API compute_price_for_parking_ticket(
QDateTime &end_parking_time, QDateTime &end_parking_time,
struct price_t *price, struct price_t *price,
PermitType permitType, PermitType permitType,
bool prepaid) bool prepaid) {
{
CalcState calcState; CalcState calcState;
QDateTime start_parking_time(start_parking_time_); QDateTime start_parking_time(start_parking_time_);