HAYASHI Kentaro
null+****@clear*****
Tue Nov 6 17:15:52 JST 2012
HAYASHI Kentaro 2012-11-06 17:15:52 +0900 (Tue, 06 Nov 2012) New Revision: 4aeaa1ac934ccdd9000bc84f9982ed324b0dcbd6 https://github.com/groonga/groonga/commit/4aeaa1ac934ccdd9000bc84f9982ed324b0dcbd6 Log: Fold long lines Modified files: lib/geo.c Modified: lib/geo.c (+6 -2) =================================================================== --- lib/geo.c 2012-11-06 17:13:19 +0900 (53e6adf) +++ lib/geo.c 2012-11-06 17:15:52 +0900 (57f29a3) @@ -2262,9 +2262,13 @@ grn_geo_distance_rectangle_raw(grn_ctx *ctx, dist_type = geo_longitude_distance_type(point1->longitude, point2->longitude); if (dist_type == LONGITUDE_SHORT) { - distance = geo_distance_rectangle_short_dist_type(quad_type, lng1, lat1, lng2, lat2); + distance = geo_distance_rectangle_short_dist_type(quad_type, + lng1, lat1, + lng2, lat2); } else { - distance = geo_distance_rectangle_long_dist_type(quad_type, lng1, lat1, lng2, lat2); + distance = geo_distance_rectangle_long_dist_type(quad_type, + lng1, lat1, + lng2, lat2); } } return distance; -------------- next part -------------- HTML����������������������������...Download