[Groonga-commit] groonga/groonga at 08c244a [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 16 18:51:57 JST 2016


Kouhei Sutou	2016-03-16 18:51:57 +0900 (Wed, 16 Mar 2016)

  New Revision: 08c244a12e71c16f7e52082ec4d09317ef317f76
  https://github.com/groonga/groonga/commit/08c244a12e71c16f7e52082ec4d09317ef317f76

  Message:
    Fix indent

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+2 -2)
===================================================================
--- src/groonga.c    2016-03-16 18:25:40 +0900 (4d8b7e4)
+++ src/groonga.c    2016-03-16 18:51:57 +0900 (f9c8a75)
@@ -2216,8 +2216,8 @@ g_worker(void *arg)
   MUTEX_LOCK_ENSURE(NULL, q_mutex);
   GRN_LOG(&grn_gctx, GRN_LOG_NOTICE, "thread start (%d/%d)",
           n_floating_threads, n_running_threads);
-   while (n_running_threads <= max_n_floating_threads &&
-          grn_gctx.stat != GRN_CTX_QUIT) {
+  while (n_running_threads <= max_n_floating_threads &&
+         grn_gctx.stat != GRN_CTX_QUIT) {
     grn_ctx *ctx;
     grn_edge *edge;
     n_floating_threads++;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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