[Groonga-commit] pgroonga/pgroonga at 60d57bc [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 16 15:50:41 JST 2015


Kouhei Sutou	2015-08-16 15:50:41 +0900 (Sun, 16 Aug 2015)

  New Revision: 60d57bc35a5f4718edbab634bb970de226aeb5d4
  https://github.com/pgroonga/pgroonga/commit/60d57bc35a5f4718edbab634bb970de226aeb5d4

  Message:
    Fix indent

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+6 -6)
===================================================================
--- pgroonga.c    2015-08-16 15:46:37 +0900 (babcd7b)
+++ pgroonga.c    2015-08-16 15:50:41 +0900 (1ea4946)
@@ -245,12 +245,12 @@ PGrnLoggerLog(grn_ctx *ctx, grn_log_level level,
 }
 
 static grn_logger PGrnPostgreSQLLogger = {
-  GRN_LOG_DEFAULT_LEVEL,
-  GRN_LOG_TIME | GRN_LOG_MESSAGE,
-  NULL,
-  PGrnLoggerLog,
-  NULL,
-  NULL
+	GRN_LOG_DEFAULT_LEVEL,
+	GRN_LOG_TIME | GRN_LOG_MESSAGE,
+	NULL,
+	PGrnLoggerLog,
+	NULL,
+	NULL
 };
 
 static void
-------------- next part --------------
HTML����������������������������...
Download 



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