mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 07:59:09 +00:00
(svn r20211) -Codechange: Indented code should have curly braces around it.
This commit is contained in:
@@ -360,8 +360,7 @@ protected:
|
||||
GfxFillRect(r.left, y, r.right, y, GRAPH_AXIS_LINE_COLOUR);
|
||||
|
||||
/* Find the largest value that will be drawn. */
|
||||
if (this->num_on_x_axis == 0)
|
||||
return;
|
||||
if (this->num_on_x_axis == 0) return;
|
||||
|
||||
assert(this->num_on_x_axis > 0);
|
||||
assert(this->num_dataset > 0);
|
||||
|
Reference in New Issue
Block a user