Whitespace fix.
This commit is contained in:
parent
a085f8e9ad
commit
ecc5a1aab5
1 changed files with 3 additions and 3 deletions
|
|
@ -442,9 +442,9 @@ struct keep_details_t
|
|||
bool keep_base;
|
||||
|
||||
explicit keep_details_t(bool _keep_price = false,
|
||||
bool _keep_date = false,
|
||||
bool _keep_tag = false,
|
||||
bool _keep_base = false)
|
||||
bool _keep_date = false,
|
||||
bool _keep_tag = false,
|
||||
bool _keep_base = false)
|
||||
: keep_price(_keep_price),
|
||||
keep_date(_keep_date),
|
||||
keep_tag(_keep_tag),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue