TBTR: Whitespace fix
This commit is contained in:
@@ -89,7 +89,7 @@ void AfterLoadTemplateVehicles()
|
|||||||
FOR_ALL_TEMPLATES(tv) {
|
FOR_ALL_TEMPLATES(tv) {
|
||||||
/* Reinstate the previous pointer */
|
/* Reinstate the previous pointer */
|
||||||
if (tv->next != NULL) tv->next->previous = tv;
|
if (tv->next != NULL) tv->next->previous = tv;
|
||||||
tv->first =NULL;
|
tv->first = NULL;
|
||||||
}
|
}
|
||||||
FOR_ALL_TEMPLATES(tv) {
|
FOR_ALL_TEMPLATES(tv) {
|
||||||
/* Fill the first pointers */
|
/* Fill the first pointers */
|
||||||
|
Reference in New Issue
Block a user