Index: trunk/src_plugins/rbs_routing/map.c =================================================================== --- trunk/src_plugins/rbs_routing/map.c (revision 38819) +++ trunk/src_plugins/rbs_routing/map.c (revision 38820) @@ -196,7 +196,7 @@ grbs_point_t *rbsr_find_point_by_center(rbsr_map_t *rbs, rnd_coord_t cx_, rnd_coord_t cy_) { double cx = RBSR_R2G(cx_), cy = RBSR_R2G(cy_), bestd2 = FIND_PT_DELTA2+1; - grbs_point_t *pt, *best= NULL; + grbs_point_t *pt, *best = NULL; grbs_rtree_it_t it; grbs_rtree_box_t bbox;