[Groonga-commit] groonga/groonga at c4afd06 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Dec 7 20:24:39 JST 2013


Kouhei Sutou	2013-12-07 20:24:39 +0900 (Sat, 07 Dec 2013)

  New Revision: c4afd068ff622d5176f4ba041b729db6a3a9c563
  https://github.com/groonga/groonga/commit/c4afd068ff622d5176f4ba041b729db6a3a9c563

  Message:
    Fix indent

  Modified files:
    lib/geo.c

  Modified: lib/geo.c (+4 -4)
===================================================================
--- lib/geo.c    2013-12-07 20:23:18 +0900 (ee3fdd1)
+++ lib/geo.c    2013-12-07 20:24:39 +0900 (cd65058)
@@ -1882,10 +1882,10 @@ grn_bool
 grn_geo_in_rectangle_raw(grn_ctx *ctx, grn_geo_point *point,
                          grn_geo_point *top_left, grn_geo_point *bottom_right)
 {
-    return ((top_left->longitude <= point->longitude) &&
-            (point->longitude <= bottom_right->longitude) &&
-            (bottom_right->latitude <= point->latitude) &&
-            (point->latitude <= top_left->latitude));
+  return ((top_left->longitude <= point->longitude) &&
+          (point->longitude <= bottom_right->longitude) &&
+          (bottom_right->latitude <= point->latitude) &&
+          (point->latitude <= top_left->latitude));
 }
 
 grn_bool
-------------- next part --------------
HTML����������������������������...
下载 



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