[Groonga-commit] groonga/groonga at b3d3632 [master] windows: add a missing space between "if" and "("

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 17 15:04:58 JST 2015


Kouhei Sutou	2015-01-17 15:04:58 +0900 (Sat, 17 Jan 2015)

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

  Message:
    windows: add a missing space between "if" and "("

  Modified files:
    lib/io.c

  Modified: lib/io.c (+1 -1)
===================================================================
--- lib/io.c    2015-01-17 15:02:05 +0900 (6aab6fc)
+++ lib/io.c    2015-01-17 15:04:58 +0900 (e546c0b)
@@ -1296,7 +1296,7 @@ grn_mmap(grn_ctx *ctx, HANDLE *fmo, fileinfo *fi, off_t offset, size_t length)
 {
   void *res;
   if (!fi) {
-    if(fmo) {
+    if (fmo) {
       *fmo = (HANDLE)0;
     }
     return GRN_GCALLOC(length);
-------------- next part --------------
HTML����������������������������...
Download 



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