[Groonga-commit] groonga/groonga-gobject at 38199e7 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 3 22:12:34 JST 2013


Kouhei Sutou	2013-12-03 22:12:34 +0900 (Tue, 03 Dec 2013)

  New Revision: 38199e70a59a558e8e7d5f11c07a0c6119ce0907
  https://github.com/groonga/groonga-gobject/commit/38199e70a59a558e8e7d5f11c07a0c6119ce0907

  Message:
    Fix indent

  Modified files:
    groonga-gobject/ggrn-context.c

  Modified: groonga-gobject/ggrn-context.c (+1 -1)
===================================================================
--- groonga-gobject/ggrn-context.c    2013-12-03 00:07:50 +0900 (cb64770)
+++ groonga-gobject/ggrn-context.c    2013-12-03 22:12:34 +0900 (9af376a)
@@ -44,7 +44,7 @@ G_DEFINE_TYPE(GGrnContext, ggrn_context, G_TYPE_OBJECT)
 typedef struct _GGrnContextPrivate	GGrnContextPrivate;
 struct _GGrnContextPrivate
 {
-  grn_ctx *ctx;
+    grn_ctx *ctx;
 };
 
 enum
-------------- next part --------------
HTML����������������������������...
Download 



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