[Groonga-commit] groonga/groonga at 1ba571a [master] Remove a needless trailing space

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 6 21:45:57 JST 2015


Kouhei Sutou	2015-04-06 21:45:57 +0900 (Mon, 06 Apr 2015)

  New Revision: 1ba571aeed269bf09695d013ea52da125d2f9db2
  https://github.com/groonga/groonga/commit/1ba571aeed269bf09695d013ea52da125d2f9db2

  Message:
    Remove a needless trailing space

  Modified files:
    lib/grn_ctx.h

  Modified: lib/grn_ctx.h (+1 -1)
===================================================================
--- lib/grn_ctx.h    2015-04-06 18:18:14 +0900 (b1a9f76)
+++ lib/grn_ctx.h    2015-04-06 21:45:57 +0900 (e30c9f3)
@@ -387,7 +387,7 @@ GRN_API void grn_ctx_impl_set_current_error_message(grn_ctx *ctx);
     break;\
   }\
   if (show_errno) {\
-    ERR(rc, "syscall error '%s' (%s)[%d]", str, system_message, errno_keep); \
+    ERR(rc, "syscall error '%s' (%s)[%d]", str, system_message, errno_keep);\
   } else {\
     ERR(rc, "syscall error '%s' (%s)", str, system_message);\
   }\
-------------- next part --------------
HTML����������������������������...
Download 



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