[Groonga-commit] pgroonga/pgroonga at 14faca9 [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 28 16:02:05 JST 2016


Kouhei Sutou	2016-01-28 16:02:05 +0900 (Thu, 28 Jan 2016)

  New Revision: 14faca9caf0e141f5bd94e69bd9b2a413ad3bca1
  https://github.com/pgroonga/pgroonga/commit/14faca9caf0e141f5bd94e69bd9b2a413ad3bca1

  Message:
    Fix style

  Modified files:
    src/pgroonga.c

  Modified: src/pgroonga.c (+2 -1)
===================================================================
--- src/pgroonga.c    2016-01-28 14:24:23 +0900 (aa34fa8)
+++ src/pgroonga.c    2016-01-28 16:02:05 +0900 (2db23d0)
@@ -3091,7 +3091,8 @@ PGrnRemoveUnusedTables(void)
 								   min, strlen(min),
 								   NULL, 0,
 								   0, -1, GRN_CURSOR_BY_KEY|GRN_CURSOR_PREFIX);
-	while (grn_table_cursor_next(ctx, cursor) != GRN_ID_NIL) {
+	while (grn_table_cursor_next(ctx, cursor) != GRN_ID_NIL)
+	{
 		char *name;
 		char *nameEnd;
 		int nameSize;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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