[Groonga-commit] groonga/groonga at 8252a75 [master] Remove trailing spaces

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Jun 14 12:16:15 JST 2013


Kouhei Sutou	2013-06-14 12:16:15 +0900 (Fri, 14 Jun 2013)

  New Revision: 8252a7532e4dcfbc06531ba77903772f25d9f4a0
  https://github.com/groonga/groonga/commit/8252a7532e4dcfbc06531ba77903772f25d9f4a0

  Message:
    Remove trailing spaces

  Modified files:
    lib/groonga_in.h

  Modified: lib/groonga_in.h (+2 -3)
===================================================================
--- lib/groonga_in.h    2013-06-14 11:34:44 +0900 (b4b39dd)
+++ lib/groonga_in.h    2013-06-14 12:16:15 +0900 (7e1a1cf)
@@ -355,7 +355,7 @@ typedef struct
   HANDLE waiters_count_lock_;
   HANDLE sema_;
   HANDLE waiters_done_;
-  size_t was_broadcast_; 
+  size_t was_broadcast_;
 } grn_cond;
 
 #define COND_INIT(c) do { \
@@ -395,8 +395,7 @@ typedef struct
     }\
   }\
 } while (0)
-      
-  
+
 #define COND_WAIT(c,m) do { \
   MUTEX_LOCK((c).waiters_count_lock_); \
   (c).waiters_count_++; \
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る