[Groonga-commit] groonga/groonga at 8107be1 [master] Add a missing space between type name and "*"

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 5 13:36:37 JST 2014


Kouhei Sutou	2014-12-05 13:36:37 +0900 (Fri, 05 Dec 2014)

  New Revision: 8107be1de4704b3fdbec708989a3aef1ad2f942a
  https://github.com/groonga/groonga/commit/8107be1de4704b3fdbec708989a3aef1ad2f942a

  Message:
    Add a missing space between type name and "*"

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+1 -1)
===================================================================
--- lib/ctx.c    2014-12-03 23:20:56 +0900 (f57a0b2)
+++ lib/ctx.c    2014-12-05 13:36:37 +0900 (f454ace)
@@ -2015,7 +2015,7 @@ grn_cache_open(grn_ctx *ctx)
     goto exit;
   }
 
-  cache->next = (grn_cache_entry*)cache;
+  cache->next = (grn_cache_entry *)cache;
   cache->prev = (grn_cache_entry *)cache;
   cache->hash = grn_hash_create(&grn_gctx, NULL, GRN_TABLE_MAX_KEY_SIZE,
                                 sizeof(grn_cache_entry), GRN_OBJ_KEY_VAR_SIZE);
-------------- next part --------------
HTML����������������������������...
Download 



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