[Groonga-commit] groonga/groonga at 2a1cc4e [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Dec 7 16:41:34 JST 2013


Kouhei Sutou	2013-12-07 16:41:34 +0900 (Sat, 07 Dec 2013)

  New Revision: 2a1cc4e2f5f97966ebe548f312387b1fd361eacf
  https://github.com/groonga/groonga/commit/2a1cc4e2f5f97966ebe548f312387b1fd361eacf

  Message:
    Fix indent

  Modified files:
    lib/geo.c

  Modified: lib/geo.c (+3 -3)
===================================================================
--- lib/geo.c    2013-12-07 16:29:33 +0900 (88def6c)
+++ lib/geo.c    2013-12-07 16:41:34 +0900 (ee3fdd1)
@@ -1,5 +1,5 @@
 /* -*- c-basic-offset: 2 -*- */
-/* Copyright(C) 2009-2012 Brazil
+/* Copyright(C) 2009-2013 Brazil
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -1865,8 +1865,8 @@ grn_geo_in_circle(grn_ctx *ctx, grn_obj *point, grn_obj *center,
     case GRN_DB_WGS84_GEO_POINT :
       if (domain != radius_or_point->header.domain) { /* todo */ goto exit; }
       r = d <= distance_raw_func(ctx,
-                          GRN_GEO_POINT_VALUE_RAW(radius_or_point),
-                          GRN_GEO_POINT_VALUE_RAW(center));
+                                 GRN_GEO_POINT_VALUE_RAW(radius_or_point),
+                                 GRN_GEO_POINT_VALUE_RAW(center));
       break;
     default :
       goto exit;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index