Codechange: Apply coding style (#8640)
* Fix: Missing or needed spaces * Codechange: Remove space * Codechange: Remove space * Codechange: More missing spaces * Codechange: Missing spaces * Codechange: Remove space * Codechange: Remove space
This commit is contained in:
@@ -1179,7 +1179,7 @@ void ViewportAddVehicles(DrawPixelInfo *dpi)
|
||||
t <= v->coord.bottom &&
|
||||
r >= v->coord.left &&
|
||||
b >= v->coord.top) DoDrawVehicle(v);
|
||||
}
|
||||
}
|
||||
|
||||
v = v->hash_viewport_next;
|
||||
}
|
||||
|
Reference in New Issue
Block a user