[Groonga-commit] pgroonga/pgroonga at 2e79b51 [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jan 5 23:17:36 JST 2017


Kouhei Sutou	2017-01-05 23:17:36 +0900 (Thu, 05 Jan 2017)

  New Revision: 2e79b51bf1f1513841c6b187a6e0c8052496a824
  https://github.com/pgroonga/pgroonga/commit/2e79b51bf1f1513841c6b187a6e0c8052496a824

  Message:
    Fix style

  Modified files:
    src/pgrn-wal.c

  Modified: src/pgrn-wal.c (+3 -1)
===================================================================
--- src/pgrn-wal.c    2017-01-04 23:24:14 +0900 (c704ffb)
+++ src/pgrn-wal.c    2017-01-05 23:17:36 +0900 (c24f30f)
@@ -889,7 +889,9 @@ PGrnWALApplyNeeded(PGrnWALApplyData *data)
 		needToApply = (PGrnWALPageGetLastOffset(page) > currentOffset);
 		UnlockReleaseBuffer(buffer);
 		return needToApply;
-	} else {
+	}
+	else
+	{
 		return true;
 	}
 }
-------------- next part --------------
HTML����������������������������...
Download 



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