[Groonga-commit] pgroonga/pgroonga at bb6eb4f [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 23 16:54:52 JST 2015


Kouhei Sutou	2015-05-23 16:54:52 +0900 (Sat, 23 May 2015)

  New Revision: bb6eb4f27cdcf58b76ddf9e384bdd4402320472d
  https://github.com/pgroonga/pgroonga/commit/bb6eb4f27cdcf58b76ddf9e384bdd4402320472d

  Message:
    Fix style

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+5 -2)
===================================================================
--- pgroonga.c    2015-05-23 16:23:09 +0900 (747e461)
+++ pgroonga.c    2015-05-23 16:54:52 +0900 (f962b15)
@@ -213,11 +213,14 @@ PGrnLoggerLog(grn_ctx *ctx,
 {
 	const char levelTags[] = " EACewnid-";
 
-	if (location && *location) {
+	if (location && *location)
+	{
 		ereport(LOG,
 				(errmsg("pgroonga: %s|%c|%s %s %s",
 						timestamp, levelTags[level], title, message, location)));
-	} else {
+	}
+	else
+	{
 		ereport(LOG,
 				(errmsg("pgroonga: %s|%c|%s %s",
 						timestamp, levelTags[level], title, message)));
-------------- next part --------------
HTML����������������������������...
Download 



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