[Groonga-commit] groonga/groonga at 8f876f7 [master] Fold a long line

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 28 17:32:05 JST 2014


Kouhei Sutou	2014-10-28 17:32:05 +0900 (Tue, 28 Oct 2014)

  New Revision: 8f876f703e6cc8c5986ec9ee8dcd57d8fd5267df
  https://github.com/groonga/groonga/commit/8f876f703e6cc8c5986ec9ee8dcd57d8fd5267df

  Message:
    Fold a long line

  Modified files:
    lib/com.c

  Modified: lib/com.c (+2 -1)
===================================================================
--- lib/com.c    2014-10-28 17:31:27 +0900 (6b33e55)
+++ lib/com.c    2014-10-28 17:32:05 +0900 (e291ba7)
@@ -957,7 +957,8 @@ grn_com_copen(grn_ctx *ctx, grn_com_event *ev, const char *dest, int port)
                 addrinfo_ptr->ai_protocol);
     if (fd == -1) {
       SERR("socket");
-    } else if (setsockopt(fd, 6, TCP_NODELAY, (const char *)&value, sizeof(value))) {
+    } else if (setsockopt(fd, 6, TCP_NODELAY,
+                          (const char *)&value, sizeof(value))) {
       SERR("setsockopt");
       grn_sock_close(fd);
     } else if (connect(fd, addrinfo_ptr->ai_addr, addrinfo_ptr->ai_addrlen)) {
-------------- next part --------------
HTML����������������������������...
Download 



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