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

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 5 20:29:08 JST 2015


Kouhei Sutou	2015-01-05 20:29:08 +0900 (Mon, 05 Jan 2015)

  New Revision: 8082694460952aca542b6d91fa34e85318aa37ed
  https://github.com/groonga/groonga/commit/8082694460952aca542b6d91fa34e85318aa37ed

  Message:
    Remove a needless space

  Modified files:
    lib/plugin.c

  Modified: lib/plugin.c (+2 -2)
===================================================================
--- lib/plugin.c    2015-01-05 00:52:32 +0900 (5a7b62c)
+++ lib/plugin.c    2015-01-05 20:29:08 +0900 (6ee33cc)
@@ -1,6 +1,6 @@
 /* -*- c-basic-offset: 2 -*- */
 /*
-  Copyright(C) 2012-2013 Brazil
+  Copyright(C) 2012-2015 Brazil
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -118,7 +118,7 @@ grn_plugin_path(grn_ctx *ctx, grn_id id)
 #define GRN_PLUGIN_FUNC_PREFIX "grn_plugin_impl_"
 
 static grn_rc
-grn_plugin_call_init (grn_ctx *ctx, grn_id id)
+grn_plugin_call_init(grn_ctx *ctx, grn_id id)
 {
   grn_plugin *plugin;
   if (!grn_hash_get_value(&grn_gctx, grn_plugins, id, &plugin)) {
-------------- next part --------------
HTML����������������������������...
Download 



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