mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NO-OP: whitespace
This fixes mostly <tab> after <space> and similar <tab> not used for indenting as well as some related code alignment issues.
This commit is contained in:
parent
90a7bef656
commit
31815b5f26
33 changed files with 268 additions and 287 deletions
|
|
@ -160,7 +160,7 @@ EditorSummary::render_background_image ()
|
|||
/* calculate x scale */
|
||||
if (_end != _start) {
|
||||
_x_scale = static_cast<double> (get_width()) / (_end - _start);
|
||||
} else {
|
||||
} else {
|
||||
_x_scale = 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue