1
0
Fork 0

Codefix: style

pull/13956/head
frosch 2025-04-14 16:02:50 +02:00 committed by GitHub
parent 7a7e9ef8e2
commit 2cdd797f94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -445,7 +445,7 @@ protected:
x = rtl ? r.right : r.left;
y = r.bottom + ScaleGUITrad(2);
// if there are not enough datapoints to fill the graph, align to the right
/* if there are not enough datapoints to fill the graph, align to the right */
x += (this->num_vert_lines - this->num_on_x_axis) * x_sep;
/* Draw x-axis labels and markings for graphs based on financial quarters and years. */
@ -513,7 +513,7 @@ protected:
x = r.left + (x_sep / 2);
}
// if there are not enough datapoints to fill the graph, align to the right
/* if there are not enough datapoints to fill the graph, align to the right */
x += (this->num_vert_lines - this->num_on_x_axis) * x_sep;
uint prev_x = INVALID_DATAPOINT_POS;