[Groonga-commit] groonga/groonga at b8534f2 [master] Add a missing space

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 14 12:17:07 JST 2013


Kouhei Sutou	2013-06-14 12:17:07 +0900 (Fri, 14 Jun 2013)

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

  Message:
    Add a missing space

  Modified files:
    lib/groonga_in.h

  Modified: lib/groonga_in.h (+1 -1)
===================================================================
--- lib/groonga_in.h    2013-06-14 12:16:15 +0900 (7e1a1cf)
+++ lib/groonga_in.h    2013-06-14 12:17:07 +0900 (36c41be)
@@ -362,7 +362,7 @@ typedef struct
   (c).waiters_count_ = 0; \
   (c).sema_ = CreateSemaphore(NULL, 0, 0x7fffffff, NULL); \
   MUTEX_INIT((c).waiters_count_lock_); \
-  (c).waiters_done_ = CreateEvent(NULL, FALSE, FALSE, NULL);\
+  (c).waiters_done_ = CreateEvent(NULL, FALSE, FALSE, NULL); \
 } while (0)
 
 #define COND_SIGNAL(c) do { \
-------------- next part --------------
HTML����������������������������...
Download 



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