[Groonga-commit] groonga/groonga at f058fac [master] Put only one space before "\" for continuaus line

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 14 12:18:34 JST 2013


Kouhei Sutou	2013-06-14 12:18:34 +0900 (Fri, 14 Jun 2013)

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

  Message:
    Put only one space before "\" for continuaus line

  Modified files:
    lib/groonga_in.h

  Modified: lib/groonga_in.h (+6 -6)
===================================================================
--- lib/groonga_in.h    2013-06-14 12:17:07 +0900 (36c41be)
+++ lib/groonga_in.h    2013-06-14 12:18:34 +0900 (720c0f2)
@@ -380,11 +380,11 @@ typedef struct
   MUTEX_LOCK((c).waiters_count_lock_); \
   { \
     int have_waiters = (c).waiters_count_ > 0; \
-    if ((c).waiters_count_ > 0) {  \
+    if ((c).waiters_count_ > 0) { \
       (c).was_broadcast_ = 1; \
       have_waiters = 1; \
     } \
-    if (have_waiters) {\
+    if (have_waiters) { \
       ReleaseSemaphore((c).sema_, (c).waiters_count_, 0); \
       MUTEX_UNLOCK((c).waiters_count_lock_); \
       WaitForSingleObject((c).waiters_done_, INFINITE); \
@@ -392,8 +392,8 @@ typedef struct
     } \
     else { \
       MUTEX_UNLOCK((c).waiters_count_lock_); \
-    }\
-  }\
+    } \
+  } \
 } while (0)
 
 #define COND_WAIT(c,m) do { \
@@ -411,8 +411,8 @@ typedef struct
     } \
     else { \
       WaitForSingleObject((m), FALSE); \
-    }\
-  }\
+    } \
+  } \
 } while (0)
 
 #else /* WIN32 */
-------------- next part --------------
HTML����������������������������...
下载 



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