Navigation Menu

Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 14, 2013
1 parent 0e4bc05 commit 8252a75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/groonga_in.h
Expand Up @@ -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 { \
Expand Down Expand Up @@ -395,8 +395,7 @@ typedef struct
}\
}\
} while (0)



#define COND_WAIT(c,m) do { \
MUTEX_LOCK((c).waiters_count_lock_); \
(c).waiters_count_++; \
Expand Down

0 comments on commit 8252a75

Please sign in to comment.