[Groonga-commit] groonga/groonga [master] remove a needless space.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 8月 5日 (木) 10:02:20 JST


Kouhei Sutou	2010-08-05 01:02:20 +0000 (Thu, 05 Aug 2010)

  New Revision: d3ba0b6824a4c8310eeaabb5c5ca6242d459b908

  Log:
    remove a needless space.

  Modified files:
    lib/geo.c

  Modified: lib/geo.c (+1 -1)
===================================================================
--- lib/geo.c    2010-08-05 01:01:41 +0000 (0fddfbc)
+++ lib/geo.c    2010-08-05 01:02:20 +0000 (1568c2f)
@@ -189,7 +189,7 @@ grn_geo_distance3(grn_ctx *ctx, grn_obj *point1, grn_obj *point2)
       d = sqrt((x * x) + (y * y));
     }
     break;
-  case  GRN_DB_WGS84_GEO_POINT :
+  case GRN_DB_WGS84_GEO_POINT :
     {
       double lng1, lat1, lng2, lat2, p, q, r, m, n, x, y;
       if (point2->header.domain != domain) {




Groonga-commit メーリングリストの案内
Back to archive index