[Groonga-commit] groonga/groonga at de99577 [master] Remove a needless space

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 2 13:59:29 JST 2013


Kouhei Sutou	2013-05-02 13:59:29 +0900 (Thu, 02 May 2013)

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

  Message:
    Remove a needless space

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2013-05-02 13:58:50 +0900 (bae47f4)
+++ lib/db.c    2013-05-02 13:59:29 +0900 (c608f0b)
@@ -7244,7 +7244,7 @@ static void
 grn_obj_ensure_bulk(grn_ctx *ctx, grn_obj *obj)
 {
   if (obj->header.type == GRN_VECTOR) { VECTOR_CLEAR(ctx, obj); }
-  obj->header.type =  GRN_BULK;
+  obj->header.type = GRN_BULK;
 }
 
 grn_rc
-------------- next part --------------
HTML����������������������������...
Download 



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