[Groonga-commit] pgroonga/pgroonga at f9a0109 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 23 12:08:21 JST 2015


Kouhei Sutou	2015-09-23 12:08:21 +0900 (Wed, 23 Sep 2015)

  New Revision: f9a010971e099a36987d475b4a459f2fa7131b6a
  https://github.com/pgroonga/pgroonga/commit/f9a010971e099a36987d475b4a459f2fa7131b6a

  Message:
    Fix indent

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+6 -6)
===================================================================
--- pgroonga.c    2015-09-23 09:50:58 +0900 (3cd0bb2)
+++ pgroonga.c    2015-09-23 12:08:21 +0900 (99726ab)
@@ -1654,12 +1654,12 @@ pgroonga_match(PG_FUNCTION_ARGS)
 
 static void
 PGrnInsert(grn_ctx *ctx,
-		  Relation index,
-		  grn_obj *sourcesTable,
-		  grn_obj *sourcesCtidColumn,
-		  Datum *values,
-		  bool *isnull,
-		  ItemPointer ht_ctid)
+		   Relation index,
+		   grn_obj *sourcesTable,
+		   grn_obj *sourcesCtidColumn,
+		   Datum *values,
+		   bool *isnull,
+		   ItemPointer ht_ctid)
 {
 	TupleDesc desc = RelationGetDescr(index);
 	grn_id id;
-------------- next part --------------
HTML����������������������������...
다운로드 



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