[Groonga-commit] groonga/groonga at b1db639 [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 10 15:37:25 JST 2016


Kouhei Sutou	2016-04-10 15:37:25 +0900 (Sun, 10 Apr 2016)

  New Revision: b1db63900e1a5bb5076f12f75e4f0ee691d43e05
  https://github.com/groonga/groonga/commit/b1db63900e1a5bb5076f12f75e4f0ee691d43e05

  Message:
    Fix style

  Modified files:
    lib/proc/proc_select.c

  Modified: lib/proc/proc_select.c (+4 -4)
===================================================================
--- lib/proc/proc_select.c    2016-04-10 15:34:59 +0900 (1d46aa3)
+++ lib/proc/proc_select.c    2016-04-10 15:37:25 +0900 (ff1fb50)
@@ -461,13 +461,13 @@ drilldown_info_visit(grn_ctx *ctx, grn_obj *labels,
   grn_bool cycled = GRN_TRUE;
 
   switch (visits[to - 1]) {
-  case TSORT_STATUS_VISITING:
+  case TSORT_STATUS_VISITING :
     cycled = GRN_TRUE;
     break;
-  case TSORT_STATUS_VISITED:
+  case TSORT_STATUS_VISITED :
     cycled = GRN_FALSE;
     break;
-  case TSORT_STATUS_NOT_VISITED:
+  case TSORT_STATUS_NOT_VISITED :
     cycled = GRN_FALSE;
     visits[to - 1] = TSORT_STATUS_VISITING;
     {
@@ -673,7 +673,7 @@ grn_select_drilldowns(grn_ctx *ctx, grn_obj *table,
   GRN_OUTPUT_MAP_CLOSE();
   GRN_PLUGIN_FREE(ctx, results);
 
-exit: 
+exit :
   GRN_PLUGIN_FREE(ctx, visits);
   GRN_OBJ_FIN(ctx, &tsorted_ids);
   grn_obj_unlink(ctx, labels);
-------------- next part --------------
HTML����������������������������...
Télécharger 



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