[Groonga-commit] groonga/groonga [master] fix indent.

Back to archive index

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


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

  New Revision: 4e8a92ab4419a19b8ede8b690786acfaec319f34

  Log:
    fix indent.

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2011-09-11 12:55:20 +0000 (feb52b3)
+++ lib/proc.c    2011-09-11 12:55:52 +0000 (38ad378)
@@ -42,7 +42,7 @@ const char *grn_document_root = NULL;
 
 static grn_rc
 substitute_query(grn_ctx *ctx, grn_obj *table, grn_obj *column,
-            const char *key, size_t key_size, grn_obj *dest)
+                 const char *key, size_t key_size, grn_obj *dest)
 {
   grn_id id;
   grn_rc rc = GRN_END_OF_DATA;




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