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

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 20 16:13:20 JST 2018


Kouhei Sutou	2018-07-20 16:13:20 +0900 (Fri, 20 Jul 2018)

  New Revision: 1756ae1d6b84552273471c2296e656086ab11ae0
  https://github.com/groonga/groonga/commit/1756ae1d6b84552273471c2296e656086ab11ae0

  Message:
    Remove a needless space

  Modified files:
    lib/db.c

  Modified: lib/db.c (+1 -1)
===================================================================
--- lib/db.c    2018-07-19 16:41:07 +0900 (4fe288911)
+++ lib/db.c    2018-07-20 16:13:20 +0900 (acdece660)
@@ -592,7 +592,7 @@ grn_alias_resolve(grn_ctx *ctx,
 
       id = grn_table_get(ctx, db->keys, name, name_size);
       if (id) {
-        return  grn_ctx_at(ctx, id);
+        return grn_ctx_at(ctx, id);
       }
     }
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180720/cb2f0399/attachment-0001.htm 



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