[Groonga-commit] pgroonga/pgroonga at 355bf35 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 26 22:33:36 JST 2016


Kouhei Sutou	2016-01-26 22:33:36 +0900 (Tue, 26 Jan 2016)

  New Revision: 355bf35bd9957d8a71a1f5994356b6be491600de
  https://github.com/pgroonga/pgroonga/commit/355bf35bd9957d8a71a1f5994356b6be491600de

  Message:
    Fix indent

  Modified files:
    src/pgroonga.c

  Modified: src/pgroonga.c (+3 -3)
===================================================================
--- src/pgroonga.c    2016-01-25 00:14:57 +0900 (90182cf)
+++ src/pgroonga.c    2016-01-26 22:33:36 +0900 (8b8e598)
@@ -1311,9 +1311,9 @@ pgroonga_match_query_varchar(PG_FUNCTION_ARGS)
 	bool matched = false;
 
 	matched = pgroonga_match_query_raw(VARDATA_ANY(target),
-											VARSIZE_ANY_EXHDR(target),
-											VARDATA_ANY(query),
-											VARSIZE_ANY_EXHDR(query));
+									   VARSIZE_ANY_EXHDR(target),
+									   VARDATA_ANY(query),
+									   VARSIZE_ANY_EXHDR(query));
 
 	PG_RETURN_BOOL(matched);
 }
-------------- next part --------------
HTML����������������������������...
Download 



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