station_cmd.c
changeset 2952 58522ed8f0f1
parent 2951 2de6d3a59743
child 2967 77b04531d7a0
--- a/station_cmd.c	Wed Feb 01 06:32:03 2006 +0000
+++ b/station_cmd.c	Wed Feb 01 07:36:15 2006 +0000
@@ -2706,7 +2706,7 @@
 	st2 = st1 = NULL;
 	best_rating = best_rating2 = 0;
 
-	for( i = 0; i != 8 && around[i] != INVALID_STATION; i++) {
+	for (i = 0; i != 8 && around[i] != INVALID_STATION; i++) {
 		if (around_ptr[i]->goods[type].rating >= best_rating) {
 			best_rating2 = best_rating;
 			st2 = st1;