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

Back to archive index

null+****@clear***** null+****@clear*****
2011年 9月 11日 (日) 21:55:20 JST


Kouhei Sutou	2011-09-11 12:55:20 +0000 (Sun, 11 Sep 2011)

  New Revision: a2643fe0053cfa6b5ba174ce60886fe9e22bf200

  Log:
    remove a needless space.

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2011-09-11 12:54:32 +0000 (f00c964)
+++ lib/proc.c    2011-09-11 12:55:20 +0000 (feb52b3)
@@ -46,7 +46,7 @@ substitute_query(grn_ctx *ctx, grn_obj *table, grn_obj *column,
 {
   grn_id id;
   grn_rc rc = GRN_END_OF_DATA;
-  if ((id = grn_table_get(ctx, table, (const void *)key, (unsigned) key_size))) {
+  if ((id = grn_table_get(ctx, table, (const void *)key, (unsigned)key_size))) {
     grn_obj_get_value(ctx, column, id, dest);
     rc = GRN_SUCCESS;
   }




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